Commit 94ba211c authored by Mark Otto's avatar Mark Otto
Browse files

fixes #4462: mixins instead of vanilla css

parent b745b776
No related merge requests found
Showing with 2 additions and 6 deletions
+2 -6
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment