mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
Merge branch '1.x-stable' of github.com:ant-design/ant-design into 1.x-stable
This commit is contained in:
commit
230016825e
@ -151,6 +151,11 @@
|
|||||||
.@{checkbox-inner-prefix-cls}-input {
|
.@{checkbox-inner-prefix-cls}-input {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& + span {
|
||||||
|
color: #ccc;
|
||||||
|
cursor: @cursor-disabled;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{checkbox-prefix-cls}-wrapper {
|
.@{checkbox-prefix-cls}-wrapper {
|
||||||
|
@ -127,6 +127,7 @@
|
|||||||
&-prev,
|
&-prev,
|
||||||
&-next {
|
&-next {
|
||||||
border: 1px solid @border-color-base;
|
border: 1px solid @border-color-base;
|
||||||
|
background-color: #fff;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
@ -106,6 +106,11 @@
|
|||||||
.@{radio-inner-prefix-cls}-input {
|
.@{radio-inner-prefix-cls}-input {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.@{radio-prefix-cls}-disabled + span {
|
||||||
|
color: #ccc;
|
||||||
|
cursor: @cursor-disabled;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.@{radio-prefix-cls} + * {
|
span.@{radio-prefix-cls} + * {
|
||||||
|
Loading…
Reference in New Issue
Block a user