Skip to content

Commit 1db5082

Browse files
authored
rearrange properties in _borders.scss mixins
1 parent a77c13c commit 1db5082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/mixins/_buttons.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
// and disabled options for all buttons
55

66
@mixin button-variant($background, $border, $active-background: darken($background, 7.5%), $active-border: darken($border, 10%)) {
7-
color: color-yiq($background);
87
background-color: $background;
98
border-color: $border;
9+
color: color-yiq($background);
1010
@include box-shadow($btn-box-shadow);
1111

1212
@include hover {
13-
color: color-yiq($active-background);
1413
background-color: $active-background;
1514
border-color: $active-border;
15+
color: color-yiq($active-background);
1616
}
1717

1818
&:focus,

0 commit comments

Comments
 (0)