mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
styles: config toggle: add reset button interaction
This commit is contained in:
@@ -123,6 +123,16 @@ popover {
|
||||
min-height: 2.045rem;
|
||||
}
|
||||
|
||||
.configtoggle-reset:focus,
|
||||
.configtoggle-reset:hover {
|
||||
background-color: $layer2Hover;
|
||||
}
|
||||
|
||||
.configtoggle-reset:active {
|
||||
background-color: $layer2Active;
|
||||
}
|
||||
|
||||
|
||||
.switch-bg {
|
||||
@include element_decel;
|
||||
@include full-rounding;
|
||||
|
||||
Reference in New Issue
Block a user