mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
committed by
Dustin Falgout
parent
cb3e0317cd
commit
ae7ff0d2a5
@@ -43,7 +43,7 @@
|
||||
);
|
||||
|
||||
@each $type, $color in $types {
|
||||
.#{$type}-action.button {
|
||||
.#{$type}-action {
|
||||
@include button($color, $selected_fg_color);
|
||||
}
|
||||
}
|
||||
@@ -62,7 +62,7 @@
|
||||
button {
|
||||
@include button($selected_bg_color, $selected_fg_color);
|
||||
|
||||
&.suggested-action { @extend .suggested-action.button; }
|
||||
&.suggested-action { @extend .suggested-action; }
|
||||
}
|
||||
|
||||
.selection-menu.button {
|
||||
|
||||
Reference in New Issue
Block a user