mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
wifi networks: fix button color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user