aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/dropdowns.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 60fb43bf9..bec35c7fd 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 a33fe71e2..03efd6abf 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;
}