Skip to content

Commit cf3c0aa

Browse files
committed
Fix focused style of disabled Pagination button
1 parent d3ec477 commit cf3c0aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/pagination/style/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@
187187
}
188188

189189
&-disabled {
190-
&:hover {
190+
&:hover,
191+
&:focus {
191192
border-color: @border-color-base;
192193
a {
193194
color: @disabled-color;

0 commit comments

Comments
 (0)