0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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

This commit is contained in:
Mark Otto 2012-11-28 02:22:37 -08:00
parent 8fb36cb3dd
commit f1349a2450
2 changed files with 2 additions and 0 deletions

View File

@ -2950,6 +2950,7 @@ table th[class*="span"],
cursor: default;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open {

View File

@ -115,6 +115,7 @@
text-decoration: none;
background-color: transparent;
background-image: none; // Remove CSS gradient
.reset-filter();
cursor: default;
}