fix italics not being selectable

This commit is contained in:
Shpuld Shpuldson 2019-09-13 20:16:05 +03:00
parent 753d15ed37
commit 794481d76c
1 changed files with 1 additions and 1 deletions

View File

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