1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fixes #4462: mixins instead of vanilla css

This commit is contained in:
Mark Otto 2012-08-19 20:32:29 -07:00
parent b745b7768a
commit 94ba211c40

View file

@ -196,17 +196,13 @@ input[type="submit"].btn {
.btn-link:active { .btn-link:active {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
-webkit-box-shadow: none; .box-shadow(none);
-moz-box-shadow: none;
box-shadow: none;
} }
.btn-link { .btn-link {
border-color: transparent; border-color: transparent;
cursor: pointer; cursor: pointer;
color: @linkColor; color: @linkColor;
-webkit-border-radius: 0; .border-radius(0);
-moz-border-radius: 0;
border-radius: 0;
} }
.btn-link:hover { .btn-link:hover {
color: @linkColorHover; color: @linkColorHover;