Merge pull request #5031 from consul/revert_hollow_color
Revert "Use the same color for solid and hollow buttons"
This commit is contained in:
@@ -134,8 +134,9 @@ button,
|
||||
}
|
||||
|
||||
.button.hollow {
|
||||
@include brand-text;
|
||||
@include normal-selection;
|
||||
border: 1px solid;
|
||||
color: $anchor-color;
|
||||
}
|
||||
|
||||
.button.hollow.error {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
@include base-button;
|
||||
}
|
||||
|
||||
@mixin hollow-button($color: $brand) {
|
||||
@mixin hollow-button($color: $anchor-color) {
|
||||
@include button($style: hollow, $background: $color);
|
||||
@include normal-selection;
|
||||
@include base-button;
|
||||
|
||||
Reference in New Issue
Block a user