amis/packages/amis-ui/scss/components/_link.scss
2022-06-01 15:06:00 +08:00

7 lines
100 B
SCSS

.#{$ns}Link {
&.is-disabled {
cursor: not-allowed;
color: var(--text--muted-color);
}
}