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); @include button(header-normal);
&:backdrop { opacity: 0.65; background-image: none; } &: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 { &:hover {
@include button(header-hover); @include button(header-hover);
transition: $button_transition; transition: $button_transition;