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
709870aa
Commit
709870aa
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5496
: use correct var for dropdown active link text
parent
57eb2a80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/dropdowns.less
+1
-1
less/dropdowns.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
709870aa
...
...
@@ -2835,7 +2835,7 @@ table th[class*="span"],
.dropdown-menu
.active
>
a
,
.dropdown-menu
.active
>
a
:hover
{
color
:
#
ffffff
;
color
:
#
333333
;
text-decoration
:
none
;
background-color
:
#0081c2
;
background-image
:
-moz-linear-gradient
(
top
,
#0088cc
,
#0077b3
);
...
...
This diff is collapsed.
Click to expand it.
less/dropdowns.less
+
1
-
1
View file @
709870aa
...
...
@@ -97,7 +97,7 @@
// ------------
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
color: @dropdownLinkColor
Ho
ve
r
;
color: @dropdownLinkColor
Acti
ve;
text-decoration: none;
outline: 0;
#gradient > .vertical(@dropdownLinkBackgroundActive, darken(@dropdownLinkBackgroundActive, 5%));
...
...
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