forked from Shinonome/dots-hyprland
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 {
|
.sidebar-module-btn-arrow {
|
||||||
@include full-rounding;
|
@include full-rounding;
|
||||||
@include icon-material;
|
@include icon-material;
|
||||||
background-color: $layer2;
|
|
||||||
min-width: 1.705rem;
|
min-width: 1.705rem;
|
||||||
min-height: 1.705rem;
|
min-height: 1.705rem;
|
||||||
|
background-color: $layer2;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
@@ -1046,11 +1046,15 @@ $waifu_image_overlay_transparency: 0.7;
|
|||||||
@include element_decel;
|
@include element_decel;
|
||||||
min-width: 6.818rem;
|
min-width: 6.818rem;
|
||||||
min-height: 2.25rem;
|
min-height: 2.25rem;
|
||||||
background-color: $layer2Hover;
|
color: $onLayer3;
|
||||||
color: $onLayer2;
|
background-color: $layer3;
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar-wifinetworks-network-button:hover,
|
&:hover,
|
||||||
.sidebar-wifinetworks-network-button:focus {
|
&:focus {
|
||||||
background-color: $layer2Active;
|
background-color: $layer3Hover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
background-color: $layer3Active;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user