1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fixes #5443: reset background gradient on disabled dropdown links

This commit is contained in:
Mark Otto 2012-10-07 21:45:16 -07:00
parent e4f522990e
commit 7e534ce98a
2 changed files with 2 additions and 0 deletions

View file

@ -2859,6 +2859,7 @@ table th[class*="span"],
text-decoration: none;
cursor: default;
background-color: transparent;
background-image: none;
}
.open {

View file

@ -116,6 +116,7 @@
.dropdown-menu .disabled > a:hover {
text-decoration: none;
background-color: transparent;
background-image: none; // Remove CSS gradient
cursor: default;
}