Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2a38a923
Commit
2a38a923
authored
9 years ago
by
Kevin Kirsche
Browse files
Options
Download
Email Patches
Plain Diff
Fix hover border covering active in pagination
Fix
#16646
parent
a49f8e98
5 merge requests
!28721
Hot test
,
!22103
test
,
!25326
Adjust examples
,
!16651
Fix hover border covering active in pagination
,
!16649
Fix hover border covering active in pagination
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/pagination.less
+2
-2
less/pagination.less
with
2 additions
and
2 deletions
+2
-2
less/pagination.less
+
2
-
2
View file @
2a38a923
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
> li > span {
> li > span {
&:hover,
&:hover,
&:focus {
&:focus {
z-index:
3
;
z-index:
2
;
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;
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
&,
&,
&:hover,
&:hover,
&:focus {
&:focus {
z-index:
2
;
z-index:
3
;
color: @pagination-active-color;
color: @pagination-active-color;
background-color: @pagination-active-bg;
background-color: @pagination-active-bg;
border-color: @pagination-active-border;
border-color: @pagination-active-border;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets