fix italics not being selectable

This commit is contained in:
Shpuld Shpuldson 2019-09-13 20:16:05 +03:00
parent 753d15ed37
commit 794481d76c

View file

@ -16,7 +16,7 @@
background-position: 0 50%;
}
i {
i[class^='icon-'] {
user-select: none;
}