From ab3c02bf718e9d8fedb4d678241fd88a8fe3cc2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Tue, 13 Oct 2020 10:23:03 +0200 Subject: [PATCH] EZP-32021: Buttons in sidebar should be red on hover (#1575) --- .../Resources/public/scss/_buttons.scss | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/src/bundle/Resources/public/scss/_buttons.scss b/src/bundle/Resources/public/scss/_buttons.scss index a3bacff83b..9e92efe9cb 100644 --- a/src/bundle/Resources/public/scss/_buttons.scss +++ b/src/bundle/Resources/public/scss/_buttons.scss @@ -118,34 +118,6 @@ } } -.ez-context-menu { - .ez-sticky-container > .btn { - &:focus, - &:hover { - color: $ibexa-color-primary; - background: $ibexa-white; - - .ez-icon { - fill: $ibexa-color-primary; - } - } - } -} - -.ez-side-menu { - .ez-sticky-container > .btn { - &:focus, - &:hover { - color: $ibexa-black; - background: $ibexa-white; - - .ez-icon { - fill: $ibexa-black; - } - } - } -} - .ez-context-menu { .btn.disabled, .btn[disabled] {