diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 60fb43bf9f..bec35c7fd8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2859,6 +2859,7 @@ table th[class*="span"], text-decoration: none; cursor: default; background-color: transparent; + background-image: none; } .open { diff --git a/less/dropdowns.less b/less/dropdowns.less index a33fe71e22..03efd6abf2 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -116,6 +116,7 @@ .dropdown-menu .disabled > a:hover { text-decoration: none; background-color: transparent; + background-image: none; // Remove CSS gradient cursor: default; }