diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-01-27 13:24:19 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-01-27 13:24:19 +0200 |
| commit | 8334649c1137264f2987295847144fb1799e71c6 (patch) | |
| tree | 979e2d1033061aef176a097a22cab350498a9df2 /src/App.scss | |
| parent | 54def7d210f9cf5fcebe6348d8ac33601325fe9a (diff) | |
| parent | 11963de2887cbc1eed37887745cefc5eaeb2c126 (diff) | |
Merge branch 'develop' into feat/report-notification
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 { |
