0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #15978 from sqal/fix_pagination_border_on_hover

[Fixes #15976] Fix pagination link cut off border on hover
This commit is contained in:
Mark Otto 2015-04-05 00:03:32 -07:00
commit fe41ca34e5

View File

@ -40,6 +40,7 @@
> li > span {
&:hover,
&:focus {
z-index: 3;
color: @pagination-hover-color;
background-color: @pagination-hover-bg;
border-color: @pagination-hover-border;