mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 19:49:59 +08:00
fix(pagination): simple-pager input
no box-shadow (#32528)
Co-authored-by: chenjingjie <chenjingjie@coding.net>
This commit is contained in:
parent
f32b44c394
commit
413d979731
@ -291,6 +291,11 @@
|
||||
border-color: @primary-color;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border-color: @primary-color-hover;
|
||||
box-shadow: @input-outline-offset @outline-blur-size @outline-width @primary-color-outline;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
color: @disabled-color;
|
||||
background: @disabled-bg;
|
||||
|
Loading…
Reference in New Issue
Block a user