From 94ba211c402a27f85b350ccdaac154509bd0013e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Aug 2012 20:32:29 -0700 Subject: [PATCH] fixes #4462: mixins instead of vanilla css --- less/buttons.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/less/buttons.less b/less/buttons.less index e9ec87ec7d..077616e990 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -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;