aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@shpposter.club>2019-09-13 20:16:05 +0300
committerShpuld Shpuldson <shpuld@shpposter.club>2019-09-13 20:16:05 +0300
commit794481d76c6e5e73ca2a575485daa6f890d2ff61 (patch)
tree0d7f4de04947ca67899eada008eb606fbbe4ab54 /src
parent753d15ed37786ca64092712de56d3da3c075503f (diff)
fix italics not being selectable
Diffstat (limited to 'src')
-rw-r--r--src/App.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index 2e20fb57..ea7b54e8 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -16,7 +16,7 @@
background-position: 0 50%;
}
-i {
+i[class^='icon-'] {
user-select: none;
}