summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/ide.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/ide.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/ide.scss16
1 files changed, 6 insertions, 10 deletions
diff --git a/app/assets/stylesheets/page_bundles/ide.scss b/app/assets/stylesheets/page_bundles/ide.scss
index 009019a45d9..47580e37eca 100644
--- a/app/assets/stylesheets/page_bundles/ide.scss
+++ b/app/assets/stylesheets/page_bundles/ide.scss
@@ -771,6 +771,12 @@ $ide-commit-header-height: 48px;
}
.dropdown-menu-toggle {
+ background-color: var(--ide-input-background, transparent);
+
+ &:hover {
+ background-color: var(--ide-dropdown-btn-hover-background, $white-normal);
+ }
+
svg {
vertical-align: middle;
@@ -779,16 +785,6 @@ $ide-commit-header-height: 48px;
color: var(--ide-text-color-secondary, $gray-500);
}
}
-
- &:hover {
- background-color: var(--ide-dropdown-btn-hover-background, $white-normal);
- }
- }
-
- &.show {
- .dropdown-menu-toggle {
- background-color: var(--ide-input-background, $white-dark);
- }
}
}