mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 19:17:54 +08:00
7 lines
100 B
SCSS
7 lines
100 B
SCSS
|
.#{$ns}Link {
|
||
|
&.is-disabled {
|
||
|
cursor: not-allowed;
|
||
|
color: var(--text--muted-color);
|
||
|
}
|
||
|
}
|