Browse Source

BI-44188 边框色深色主题少改了

es6
windy 5 years ago
parent
commit
30be058a22
  1. 4
      src/css/base/single/input/checkbox.css
  2. 5
      src/less/base/single/input/checkbox.less

4
src/css/base/single/input/checkbox.css

@ -45,3 +45,7 @@
.bi-theme-dark .bi-checkbox .checkbox-content {
border-color: #9EA6B2;
}
.bi-theme-dark .bi-checkbox.active .checkbox-content,
.bi-theme-dark .bi-checkbox:active .checkbox-content {
border-color: #3685f2;
}

5
src/less/base/single/input/checkbox.less

@ -51,5 +51,10 @@
& .checkbox-content {
border-color: @color-bi-border-dark-line-theme-dark;
}
&.active, &:active {
& .checkbox-content {
border-color: @color-bi-border-highlight;
}
}
}
}
Loading…
Cancel
Save