mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
fixes #4462: mixins instead of vanilla css
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user