mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Merge pull request #625 from ant-design/css-switch
chore: replace `no-drop` with `not-allowed`
This commit is contained in:
commit
d88c3c9fbd
@ -51,13 +51,13 @@
|
||||
}
|
||||
|
||||
&-disabled {
|
||||
cursor: no-drop;
|
||||
cursor: not-allowed;
|
||||
background: #f4f4f4;
|
||||
border-color: #f4f4f4;
|
||||
|
||||
&:after {
|
||||
background: #ccc;
|
||||
cursor: no-drop;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&-inner {
|
||||
|
Loading…
Reference in New Issue
Block a user