Skip to content
GitLab
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
ab700d75
Commit
ab700d75
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix
#9743
: pager hover background should be light gray
parent
3505606d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+1
-1
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/pager.less
+1
-1
less/pager.less
with
3 additions
and
3 deletions
+3
-3
dist/css/bootstrap.css
+
1
-
1
View file @
ab700d75
...
@@ -4132,7 +4132,7 @@ button.close {
...
@@ -4132,7 +4132,7 @@ button.close {
.pager
li
>
a
:hover
,
.pager
li
>
a
:hover
,
.pager
li
>
a
:focus
{
.pager
li
>
a
:focus
{
text-decoration
:
none
;
text-decoration
:
none
;
background-color
:
#
428bca
;
background-color
:
#
eeeeee
;
}
}
.pager
.next
>
a
,
.pager
.next
>
a
,
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
ab700d75
This diff is collapsed.
Click to expand it.
less/pager.less
+
1
-
1
View file @
ab700d75
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
> a:hover,
> a:hover,
> a:focus {
> a:focus {
text-decoration: none;
text-decoration: none;
background-color: @pagination-
acti
ve-bg;
background-color: @pagination-
ho
ve
r
-bg;
}
}
}
}
...
...
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