diff --git a/apps/common/main/resources/less/toolbar.less b/apps/common/main/resources/less/toolbar.less index 98208a7e1..280e8be36 100644 --- a/apps/common/main/resources/less/toolbar.less +++ b/apps/common/main/resources/less/toolbar.less @@ -535,12 +535,10 @@ &.borders--small { border-radius: 2px; - background-color: @background-normal-ie; - background-color: @background-normal; &:not(:active) { - box-shadow: inset 0 0 0 @scaled-one-px-value-ie @border-regular-control-ie; - box-shadow: inset 0 0 0 @scaled-one-px-value @border-regular-control; + //box-shadow: inset 0 0 0 @scaled-one-px-value-ie @border-regular-control-ie; + //box-shadow: inset 0 0 0 @scaled-one-px-value @border-regular-control; } & {