We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3e031 commit ae7ff0dCopy full SHA for ae7ff0d
1 file changed
gtk-3.20/scss/widgets/_actionbar.scss
@@ -43,7 +43,7 @@
43
);
44
45
@each $type, $color in $types {
46
- .#{$type}-action.button {
+ .#{$type}-action {
47
@include button($color, $selected_fg_color);
48
}
49
@@ -62,7 +62,7 @@
62
button {
63
@include button($selected_bg_color, $selected_fg_color);
64
65
- &.suggested-action { @extend .suggested-action.button; }
+ &.suggested-action { @extend .suggested-action; }
66
67
68
.selection-menu.button {
0 commit comments