diff --git a/src/styles/atoms/_btn.scss b/src/styles/atoms/_btn.scss index 7e5f59f1..ae8fc464 100644 --- a/src/styles/atoms/_btn.scss +++ b/src/styles/atoms/_btn.scss @@ -175,12 +175,12 @@ @include dc-link; background: transparent; - border: 0; + border-color: transparent; } @mixin dc-btn--flat--no-touch { &:hover { - border: 0; + border-color: transparent; background: none; box-shadow: none; }