forked from AkkomaGang/akkoma-fe
Merge branch 'fix/italics-not-selectable' into 'develop'
fix italics not being selectable See merge request pleroma/pleroma-fe!952
This commit is contained in:
commit
09db4ceb1a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
background-position: 0 50%;
|
background-position: 0 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i[class^='icon-'] {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue