From 8d7ca415a51bfb3d2b5b90759e508d3be5d28d56 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Thu, 12 Aug 2021 18:23:23 +0200 Subject: [PATCH] Don't use box shadow mixin --- less/common/Button.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/common/Button.less b/less/common/Button.less index f0fea6f22..0ee732d84 100644 --- a/less/common/Button.less +++ b/less/common/Button.less @@ -63,7 +63,7 @@ &:active, &.active, .open > &.Dropdown-toggle { - .box-shadow(inset 0 3px 5px rgba(0, 0, 0, .125)); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); outline: none; } @@ -77,7 +77,7 @@ fieldset[disabled] & { cursor: default; opacity: 0.65; - .box-shadow(none); + box-shadow: none; } a& { @@ -178,7 +178,7 @@ &:active, &.active, .open > &.Dropdown-toggle { - .box-shadow(none); + box-shadow: none; } } .Button--primary {