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

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

parent 8fb36cb3
Showing with 2 additions and 0 deletions
+2 -0
...@@ -2950,6 +2950,7 @@ table th[class*="span"], ...@@ -2950,6 +2950,7 @@ table th[class*="span"],
cursor: default; cursor: default;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
.open { .open {
......
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
background-image: none; // Remove CSS gradient background-image: none; // Remove CSS gradient
.reset-filter();
cursor: default; 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