Browse Source

CHART-17034 fix:深色背景,颜色设置项颜色不对

es6
Tangjinxia 4 years ago
parent
commit
9320258332
  1. 7
      src/less/base/segment/segment.less

7
src/less/base/segment/segment.less

@ -30,7 +30,12 @@
border-bottom: 1px solid @color-bi-border-line-theme-dark;
}
& > .first-element{
border-left: 1px solid @color-bi-background-default-theme-dark;
border-left: 1px solid @color-bi-border-line-theme-dark;
}
& .bi-list-item-select.disabled{
&.active, &.hover {
background-color: @background-color-black-theme-dark !important;
}
}
}
}
Loading…
Cancel
Save