diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-23 13:26:05 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-23 13:26:05 +0300 |
| commit | 63f35509a79b8e9bc8bc301852847cf952a6a01f (patch) | |
| tree | 56cad2a12fd529286081acc243d4e893f5bd93f2 /src/App.scss | |
| parent | fa41f6cf969456316b5265df0bb550770624d7ba (diff) | |
improve submenu and improve icon buttons hover effects
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 1f7a2b28..665d52ff 100644 --- a/src/App.scss +++ b/src/App.scss @@ -130,6 +130,16 @@ i[class*=icon-], color: var(--icon, $fallback--icon); } +.button-unstyled:hover, +a:hover { + i[class*=icon-], + .svg-inline--fa, + .iconLetter { + color: $fallback--text; + color: var(--text, $fallback--text); + } +} + nav { z-index: var(--ZI_navbar); color: var(--topBarText); |
