[common] fix bug 49719
This commit is contained in:
parent
21ae480d3e
commit
d376e2a04e
|
@ -153,4 +153,16 @@
|
||||||
background-color: @border-divider-ie;
|
background-color: @border-divider-ie;
|
||||||
background-color: @border-divider;
|
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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue