We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f092ca commit fa7ae84Copy full SHA for fa7ae84
scss/foundation/components/_buttons.scss
@@ -133,9 +133,9 @@ $button-disabled-opacity: 0.7 !default;
133
$bg-lightness: lightness($bg);
134
135
background-color: $bg;
136
- border-color: $bc;
+ border-color: scale-color($bg, $lightness: $button-function-factor);
137
&:hover,
138
- &:focus { background-color: $bh; }
+ &:focus { background-color: scale-color($bg, $lightness: $button-function-factor); }
139
140
// We control the text color for you based on the background color.
141
@if $bg-lightness > 70% {
0 commit comments