Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
feat(button-flat): use border-color: transparent instead of border: 0,
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarilani committed Mar 23, 2016
1 parent fa270e1 commit e23aa33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/atoms/_btn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e23aa33

Please sign in to comment.