This commit is contained in:
Vince
2021-04-10 15:09:46 +08:00
parent 0460d0aea0
commit ceed403d40
15 changed files with 68 additions and 23 deletions

View File

@@ -1846,7 +1846,9 @@ headerbar, .titlebar {
transition-duration: 300ms;
}
&:active:hover, &:checked { color: $header_fg; }
&:not(.suggested-action):not(.destructive-action) {
&:active:hover, &:checked { color: $header_fg; }
}
&:checked {
@include button(header-checked);

View File

@@ -1876,7 +1876,9 @@ headerbar {
transition-duration: 300ms;
}
&:active:hover, &:checked { color: $header_fg; }
&:not(.suggested-action):not(.destructive-action) {
&:active:hover, &:checked { color: $header_fg; }
}
&:checked {
@include button(header-checked);