Commit 7e534ce9 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5443: reset background gradient on disabled dropdown links

parent e4f52299
1 merge request!5450Fixed copy and paste caused typo in CAROUSEL DATA-API
Showing with 2 additions and 0 deletions
+2 -0
......@@ -2859,6 +2859,7 @@ table th[class*="span"],
text-decoration: none;
cursor: default;
background-color: transparent;
background-image: none;
}
.open {
......
......@@ -116,6 +116,7 @@
.dropdown-menu .disabled > a:hover {
text-decoration: none;
background-color: transparent;
background-image: none; // Remove CSS gradient
cursor: default;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment