mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 19:17:54 +08:00
c813c5d372
* feat:1.新增link的component2.新增禁用,图标,图标位置功能 * feat:1.新增link的component2.新增禁用,图标,图标位置功能 Co-authored-by: limeng60 <limeng60@baidu.com>
7 lines
100 B
SCSS
7 lines
100 B
SCSS
.#{$ns}Link {
|
|
&.is-disabled {
|
|
cursor: not-allowed;
|
|
color: var(--text--muted-color);
|
|
}
|
|
}
|