]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4462: mixins instead of vanilla css
authorMark Otto <markotto@twitter.com>
Mon, 20 Aug 2012 03:32:29 +0000 (20:32 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 20 Aug 2012 03:32:29 +0000 (20:32 -0700)
less/buttons.less

index e9ec87ec7dbfa28d312cf7da89889061e878515c..077616e990bf38de04855c75f4eb04f2caca972d 100644 (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;