summaryrefslogtreecommitdiff
path: root/web/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/index.css')
-rw-r--r--web/src/index.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/src/index.css b/web/src/index.css
index 6fec50911..587804cfa 100644
--- a/web/src/index.css
+++ b/web/src/index.css
@@ -66,6 +66,21 @@ a.refresh {
font-weight: bold;
}
+.zuul-menu-dropdown-toggle:before {
+ content: none !important;
+}
+
+.zuul-menu-dropdown-toggle:hover {
+ border-bottom: none;
+}
+
+.zuul-menu-dropdown-toggle-expanded:before {
+ border-left: none;
+ border-right: none;
+ border-top: none;
+ border-bottom: none;
+}
+
/* Remove ugly outline when a Switch is selected */
.pf-c-switch {
--pf-c-switch__input--focus__toggle--OutlineWidth: 0;