diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 16:10:03 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-24 16:10:03 +0200 |
| commit | a6e495e4138e80888ea77e144f0330cd83d4a986 (patch) | |
| tree | c2bb587905c2620c289fbe58f49511dbc839d217 /src/App.scss | |
| parent | 38c32c7f7aea23a798d0dc267082050d15009134 (diff) | |
fix warnings
Diffstat (limited to 'src/App.scss')
| -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 1d0abb51..76a5e797 100644 --- a/src/App.scss +++ b/src/App.scss @@ -71,7 +71,6 @@ a { } .button-default { - user-select: none; color: $fallback--text; color: var(--btnText, $fallback--text); background-color: $fallback--fg; @@ -85,6 +84,7 @@ a { font-size: 14px; font-family: sans-serif; font-family: var(--interfaceFont, sans-serif); + user-select: none; i[class*=icon-], :not(&.-icon), |
