Merge pull request #5031 from consul/revert_hollow_color

Revert "Use the same color for solid and hollow buttons"
This commit is contained in:
Javi Martín
2022-11-21 18:42:08 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -134,8 +134,9 @@ button,
} }
.button.hollow { .button.hollow {
@include brand-text; @include normal-selection;
border: 1px solid; border: 1px solid;
color: $anchor-color;
} }
.button.hollow.error { .button.hollow.error {

View File

@@ -23,7 +23,7 @@
@include base-button; @include base-button;
} }
@mixin hollow-button($color: $brand) { @mixin hollow-button($color: $anchor-color) {
@include button($style: hollow, $background: $color); @include button($style: hollow, $background: $color);
@include normal-selection; @include normal-selection;
@include base-button; @include base-button;