Fleet Desktop: Remove hover state on logo (#22899)

This commit is contained in:
RachelElysia
2024-10-14 12:30:13 -04:00
committed by GitHub
parent 5e692c7d8d
commit 49575da17c
@@ -23,7 +23,7 @@
align-items: center;
justify-content: center;
&:hover {
&:not(.dup-org-logo):hover {
background-color: $site-nav-on-hover;
}