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