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

fixes #5443: reset background gradient on disabled dropdown links

parent e4f52299
......@@ -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;
}
......
Markdown is supported
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