[common] fix bug 49719

This commit is contained in:
Maxim Kadushkin 2021-04-19 23:59:26 +03:00
parent 21ae480d3e
commit d376e2a04e

View file

@ -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);
}
}
}
}