Fix lag when linked buttons gets active

This commit is contained in:
EliverLara
2019-09-17 12:05:39 -05:00
parent 9de6861453
commit 0b36bfdd5d
3 changed files with 17 additions and 3 deletions

View File

@@ -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%);
}
}
}