mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 19:17:54 +08:00
tabs禁用样式优化
This commit is contained in:
parent
20f92f32ec
commit
a2c50196ec
@ -48,12 +48,16 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&.disabled > a:first-child,
|
||||
&.is-disabled > a:first-child {
|
||||
color: $Tabs-onDisabled-color;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
pointer-events: none;
|
||||
&.disabled,
|
||||
&.is-disabled {
|
||||
cursor: not-allowed;
|
||||
|
||||
> a:first-child {
|
||||
color: $Tabs-onDisabled-color;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.active > a:first-child,
|
||||
|
Loading…
Reference in New Issue
Block a user