Commit fe41ca34 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #15978 from sqal/fix_pagination_border_on_hover

[Fixes #15976] Fix pagination link cut off border on hover
parents 4cae6634 286c0a1a
Showing with 1 addition and 0 deletions
+1 -0
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
> li > span { > li > span {
&:hover, &:hover,
&:focus { &:focus {
z-index: 3;
color: @pagination-hover-color; color: @pagination-hover-color;
background-color: @pagination-hover-bg; background-color: @pagination-hover-bg;
border-color: @pagination-hover-border; border-color: @pagination-hover-border;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment