parent
cb3e0317cd
commit
ae7ff0d2a5
|
@ -43,7 +43,7 @@
|
||||||
);
|
);
|
||||||
|
|
||||||
@each $type, $color in $types {
|
@each $type, $color in $types {
|
||||||
.#{$type}-action.button {
|
.#{$type}-action {
|
||||||
@include button($color, $selected_fg_color);
|
@include button($color, $selected_fg_color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
button {
|
button {
|
||||||
@include button($selected_bg_color, $selected_fg_color);
|
@include button($selected_bg_color, $selected_fg_color);
|
||||||
|
|
||||||
&.suggested-action { @extend .suggested-action.button; }
|
&.suggested-action { @extend .suggested-action; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.selection-menu.button {
|
.selection-menu.button {
|
||||||
|
|
Loading…
Reference in New Issue