From b1a4df8d2e7fde06f4ed09fdaf80bd6932933207 Mon Sep 17 00:00:00 2001 From: Dan <39170265+chillenberger@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:31:44 -0600 Subject: [PATCH] fix hove font weight on icon to correct collor --- .../static/css/scss/components/_navs.scss | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pgml-dashboard/static/css/scss/components/_navs.scss b/pgml-dashboard/static/css/scss/components/_navs.scss index c0abd2ba6..d6d5fc75c 100644 --- a/pgml-dashboard/static/css/scss/components/_navs.scss +++ b/pgml-dashboard/static/css/scss/components/_navs.scss @@ -199,19 +199,31 @@ &:hover { background-color: #{$gray-700}; color: #{$gray-100}; - @include semibold_by_shadow($gray-100) + + span:not(.material-symbols-outlined) { + @include semibold_by_shadow($gray-100) + } + span.material-symbols-outlined { + @include bold_by_shadow($neon-shade-300) + } } &:active, :focus, :target, .active { background-color: #{$neon-tint-100}; color: #{$gray-100}; border-radius: calc($border-radius / 2); - + span { color: #{$gray-100}; } } + &:hover a.active { + span.material-symbols-outlined { + @include bold_by_shadow($gray-100) + } + } + & a.disabled, .disabled>span, &.disabled { color: #{$gray-500}; pointer-events: none; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy