Commit b1961277 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'psi-ide-select-dark' into 'master'

Fix WebIDE dropdown background color

See merge request gitlab-org/gitlab!65412
parents e934f6d6 c484c192
......@@ -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);
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment