Browse Source

update switch style

pull/2055/head
afc163 9 years ago
parent
commit
076b62bf7a
  1. 6
      components/switch/style/index.less

6
components/switch/style/index.less

@ -65,7 +65,7 @@
}
&-checked {
border: 1px solid @primary-color;
border-color: @primary-color;
background-color: @primary-color;
.@{switch-prefix-cls}-inner {
@ -79,8 +79,8 @@
&-disabled {
cursor: not-allowed;
background: #f7f7f7;
border-color: #f7f7f7;
background: #f4f4f4;
border-color: #f4f4f4;
&:after {
background: #ccc;

Loading…
Cancel
Save