wifi networks: fix button color

This commit is contained in:
end-4 2025-03-28 20:32:15 +01:00
parent 0b7fd776ae
commit 2cd9698ae2

View file

@ -419,9 +419,9 @@ $sidebar_chat_textboxareaColor: mix($onSurfaceVariant, $surfaceVariant, 40%);
.sidebar-module-btn-arrow {
@include full-rounding;
@include icon-material;
background-color: $layer2;
min-width: 1.705rem;
min-height: 1.705rem;
background-color: $layer2;
&:hover,
&:focus {
@ -1046,11 +1046,15 @@ $waifu_image_overlay_transparency: 0.7;
@include element_decel;
min-width: 6.818rem;
min-height: 2.25rem;
background-color: $layer2Hover;
color: $onLayer2;
}
color: $onLayer3;
background-color: $layer3;
.sidebar-wifinetworks-network-button:hover,
.sidebar-wifinetworks-network-button:focus {
background-color: $layer2Active;
}
&:hover,
&:focus {
background-color: $layer3Hover;
}
&:active {
background-color: $layer3Active;
}
}