mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
wifi networks: fix button color
This commit is contained in:
parent
0b7fd776ae
commit
2cd9698ae2
1 changed files with 12 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue