From 6e3665aecaaa249282c174993735b421c7e4195f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 3 Feb 2022 00:36:27 +0300 Subject: [PATCH] [Header] Fix style for share button --- apps/common/main/resources/less/toolbar.less | 26 ++++++++++++-------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/apps/common/main/resources/less/toolbar.less b/apps/common/main/resources/less/toolbar.less index 7d39df986..79e8a9d56 100644 --- a/apps/common/main/resources/less/toolbar.less +++ b/apps/common/main/resources/less/toolbar.less @@ -477,6 +477,13 @@ color: @text-normal; } + .inner-box-icon { + > svg { + fill: @text-normal-ie; + fill: @text-normal; + } + } + &:hover:not(.disabled) { background-color: @highlight-button-hover-ie; background-color: @highlight-button-hover; @@ -497,17 +504,16 @@ } .caption { - color: @text-inverse-ie; - color: @text-inverse; + color: @text-normal-pressed-ie; + color: @text-normal-pressed; + } + + .inner-box-icon { + > svg { + fill: @text-normal-pressed-ie; + fill: @text-normal-pressed; + } } - } - } - } - .btn-users { - .inner-box-icon { - > svg { - fill: @text-normal-ie; - fill: @text-normal; } } }