diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-01-20 17:36:40 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-01-20 17:36:40 +0200 |
| commit | 02ab803725e42a749c6c8f564e8093df70e97fc7 (patch) | |
| tree | b421992ab13c2bc0eb7330209b8d3a0cc994818b /src/App.scss | |
| parent | 9bf80cc7be4829329433a1b87edd274af03f857c (diff) | |
change a few more buttons to real buttons
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 2a1d7b1b..8b91f3de 100644 --- a/src/App.scss +++ b/src/App.scss @@ -178,6 +178,13 @@ a { &.-fullwidth { width: 100%; } + + &.-hover-highlight { + &:hover svg { + color: $fallback--lightText; + color: var(--lightText, $fallback--lightText); + } + } } input, textarea, .select, .input { |
