diff options
| author | Shpuld Shpuldson <shpuld@shpposter.club> | 2019-09-13 20:16:05 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@shpposter.club> | 2019-09-13 20:16:05 +0300 |
| commit | 794481d76c6e5e73ca2a575485daa6f890d2ff61 (patch) | |
| tree | 0d7f4de04947ca67899eada008eb606fbbe4ab54 /src | |
| parent | 753d15ed37786ca64092712de56d3da3c075503f (diff) | |
fix italics not being selectable
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 2 |
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; } |
