fix(pagination): simple-pager input no box-shadow (#32528)

Co-authored-by: chenjingjie <chenjingjie@coding.net>
This commit is contained in:
chen-jingjie 2021-10-18 08:52:59 -05:00 committed by GitHub
parent f32b44c394
commit 413d979731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;