0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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 {
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;