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
31007c01
Commit
31007c01
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5478
: remove double background color on dropdown links
parent
b18c0090
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-3
docs/assets/css/bootstrap.css
less/dropdowns.less
+0
-2
less/dropdowns.less
with
1 addition
and
5 deletions
+1
-5
docs/assets/css/bootstrap.css
+
1
-
3
View file @
31007c01
...
...
@@ -990,7 +990,7 @@ input[type="color"],
display
:
inline-block
;
height
:
20px
;
padding
:
4px
6px
;
margin-bottom
:
9
px
;
margin-bottom
:
10
px
;
font-size
:
14px
;
line-height
:
20px
;
color
:
#555555
;
...
...
@@ -2823,7 +2823,6 @@ table th[class*="span"],
.dropdown-submenu
:hover
>
a
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#0088cc
;
background-color
:
#0081c2
;
background-image
:
-moz-linear-gradient
(
top
,
#0088cc
,
#0077b3
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#0088cc
),
to
(
#0077b3
));
...
...
@@ -2838,7 +2837,6 @@ table th[class*="span"],
.dropdown-menu
.active
>
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#0088cc
;
background-color
:
#0081c2
;
background-image
:
-moz-linear-gradient
(
top
,
#0088cc
,
#0077b3
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#0088cc
),
to
(
#0077b3
));
...
...
This diff is collapsed.
Click to expand it.
less/dropdowns.less
+
0
-
2
View file @
31007c01
...
...
@@ -90,7 +90,6 @@
.dropdown-submenu:hover > a {
text-decoration: none;
color: @dropdownLinkColorHover;
background-color: @dropdownLinkBackgroundHover;
#gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%));
}
...
...
@@ -101,7 +100,6 @@
color: @dropdownLinkColorHover;
text-decoration: none;
outline: 0;
background-color: @dropdownLinkBackgroundActive;
#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