mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix lag when linked buttons gets active
This commit is contained in:
@@ -79,11 +79,13 @@
|
||||
color:transparent;
|
||||
}
|
||||
widget > .text-button:last-child,
|
||||
widget > .text-button:last-child:active,
|
||||
widget > .text-button:last-child:checked,
|
||||
button:active, button:checked {
|
||||
@include button(active-header);
|
||||
&:backdrop{
|
||||
&, label{
|
||||
color: darken(rgb(255, 250, 250), 4%);
|
||||
color: darken(rgb(255, 255, 255), 4%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user