forked from Shinonome/dots-hyprland
wifinetworks:fix color for show button
This commit is contained in:
@@ -1017,15 +1017,18 @@ $waifu_image_overlay_transparency: 0.7;
|
||||
.sidebar-wifinetworks-auth-visible {
|
||||
@include element_decel;
|
||||
border-radius: 0px 12px 12px 0px;
|
||||
background-color: $layer2Hover;
|
||||
background-color: $layer3;
|
||||
color: $onLayer2;
|
||||
padding: 0.682rem;
|
||||
min-width: 0.918rem;
|
||||
}
|
||||
|
||||
.sidebar-wifinetworks-auth-visible:hover,
|
||||
.sidebar-wifinetworks-auth-visible:focus {
|
||||
background-color: $layer2Active;
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: $layer3Hover;
|
||||
}
|
||||
&:active {
|
||||
background-color: $layer3Active;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-wifinetworks-bandwidth {
|
||||
|
||||
Reference in New Issue
Block a user