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
7e534ce9
Commit
7e534ce9
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5443
: reset background gradient on disabled dropdown links
parent
e4f52299
1 merge request
!5450
Fixed copy and paste caused typo in CAROUSEL DATA-API
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/dropdowns.less
+1
-0
less/dropdowns.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/css/bootstrap.css
+
1
-
0
View file @
7e534ce9
...
...
@@ -2859,6 +2859,7 @@ table th[class*="span"],
text-decoration
:
none
;
cursor
:
default
;
background-color
:
transparent
;
background-image
:
none
;
}
.open
{
...
...
This diff is collapsed.
Click to expand it.
less/dropdowns.less
+
1
-
0
View file @
7e534ce9
...
...
@@ -116,6 +116,7 @@
.dropdown-menu .disabled > a:hover {
text-decoration: none;
background-color: transparent;
background-image: none; // Remove CSS gradient
cursor: default;
}
...
...
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