mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix focused style of disabled Pagination button
This commit is contained in:
parent
d3ec477f8f
commit
cf3c0aac43
@ -187,7 +187,8 @@
|
||||
}
|
||||
|
||||
&-disabled {
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
border-color: @border-color-base;
|
||||
a {
|
||||
color: @disabled-color;
|
||||
|
Loading…
Reference in New Issue
Block a user