update
This commit is contained in:
parent
76202c0a03
commit
400345581c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue