diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-09-13 17:21:15 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-09-13 17:21:15 +0000 |
| commit | 09db4ceb1a1ffbd1886648142f2cc2b287dcb5c9 (patch) | |
| tree | 90648434c0828edb43c9a9865d0de24c5232f512 /src | |
| parent | 4a469d7fe3a951e63742b63f18f45e96500ec9e3 (diff) | |
| parent | 794481d76c6e5e73ca2a575485daa6f890d2ff61 (diff) | |
Merge branch 'fix/italics-not-selectable' into 'develop'
fix italics not being selectable
See merge request pleroma/pleroma-fe!952
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; } |
