Skip to content

Commit ae7ff0d

Browse files
megaxlots0logs
authored andcommitted
* [GTK 3.20] Fixed #540 (#541)
1 parent cb3e031 commit ae7ff0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gtk-3.20/scss/widgets/_actionbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
);
4444

4545
@each $type, $color in $types {
46-
.#{$type}-action.button {
46+
.#{$type}-action {
4747
@include button($color, $selected_fg_color);
4848
}
4949
}
@@ -62,7 +62,7 @@
6262
button {
6363
@include button($selected_bg_color, $selected_fg_color);
6464

65-
&.suggested-action { @extend .suggested-action.button; }
65+
&.suggested-action { @extend .suggested-action; }
6666
}
6767

6868
.selection-menu.button {

0 commit comments

Comments
 (0)