diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-11-02 11:27:52 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-11-02 11:27:52 +0200 |
| commit | 226f435a171dd3ffcfea766133a234ba5a586bb6 (patch) | |
| tree | b37d843c98bc00b968b7895c75221efb10a12e95 | |
| parent | 63473964f8bf94a0930f3bf4724a23642ef9a18d (diff) | |
Add user-select: none to i elements.
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 23f7304f..ff403ef8 100644 --- a/src/App.scss +++ b/src/App.scss @@ -7,6 +7,10 @@ min-height: 100vh; } +i { + user-select: none; +} + h4 { margin: 0; } |
