From d376e2a04efa322cb6f8a085ffdf724cb7b443bf Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Mon, 19 Apr 2021 23:59:26 +0300 Subject: [PATCH] [common] fix bug 49719 --- apps/common/main/resources/less/dropdown-menu.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/common/main/resources/less/dropdown-menu.less b/apps/common/main/resources/less/dropdown-menu.less index 7a1b1e15a0..81447d2412 100644 --- a/apps/common/main/resources/less/dropdown-menu.less +++ b/apps/common/main/resources/less/dropdown-menu.less @@ -153,4 +153,16 @@ background-color: @border-divider-ie; background-color: @border-divider; } + + .dataview { + .item { + .options__icon { + opacity: @component-normal-icon-opacity; + } + + .options__icon-huge { + background-position-x: var(--button-huge-normal-icon-offset-x, 0); + } + } + } } \ No newline at end of file