mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix time-picker disabled item focus style (#19812)
This commit is contained in:
parent
102efd529a
commit
040fe5696a
@ -124,6 +124,10 @@
|
||||
background: transparent;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
&:focus {
|
||||
color: @btn-disable-color;
|
||||
font-weight: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user