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