mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Fix tab nav button disabled style
This commit is contained in:
parent
05d38115d8
commit
e1a5c20d26
@ -65,6 +65,12 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: #999;
|
||||||
|
transition: color 0.3s ease;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
&-icon {
|
&-icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -87,9 +93,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-tab-btn-disabled {
|
&-tab-btn-disabled {
|
||||||
cursor: default;
|
cursor: not-allowed;
|
||||||
color: #ccc;
|
&,
|
||||||
pointer-events: none;
|
&:hover {
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-tab-next {
|
&-tab-next {
|
||||||
|
Loading…
Reference in New Issue
Block a user