This commit is contained in:
Vince 2021-07-04 12:40:34 +08:00
parent 76202c0a03
commit 400345581c

View file

@ -1542,7 +1542,7 @@ actionbar {
}
}
button {
button:not(.combo) {
@include button(header-normal);
&:backdrop { opacity: 0.65; background-image: none; }
@ -1556,7 +1556,7 @@ actionbar {
}
}
button:not(.flat):not(.suggested-action):not(.destructive-action):not(.titlebutton) {
button:not(.flat):not(.combo):not(.suggested-action):not(.destructive-action):not(.titlebutton) {
&:hover {
@include button(header-hover);
transition: $button_transition;