Commit f1349a24 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #5533: Remove filter gradient from disabled links on dropdowns

parent 8fb36cb3
3 merge requests!6060Waits to tigger the hidden event,!6055Typeahead complex source,!6061Sorry, close this. I pulled to the wrong branch!
Showing with 2 additions and 0 deletions
+2 -0
......@@ -2950,6 +2950,7 @@ table th[class*="span"],
cursor: default;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open {
......
......@@ -115,6 +115,7 @@
text-decoration: none;
background-color: transparent;
background-image: none; // Remove CSS gradient
.reset-filter();
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