Skip to content

Commit

Permalink
(less) fixes twbs#4462: mixins instead of vanilla css
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 20, 2012
1 parent 2186b9b commit 8432d8d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,13 @@ input[type="submit"].btn {
.btn-link:active {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
.box-shadow(none);
}
.btn-link {
border-color: transparent;
cursor: pointer;
color: @linkColor;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
.border-radius(0);
}
.btn-link:hover {
color: @linkColorHover;
Expand Down

0 comments on commit 8432d8d

Please sign in to comment.