Commit 0fe5d7c1 authored by Simon Knox's avatar Simon Knox

Merge branch '320713-ide-dropdown-color' into 'master'

Fix: change dropdown background to transparent

See merge request gitlab-org/gitlab!71264
parents 397552b2 87cec043
......@@ -259,6 +259,7 @@
.dropdown-menu-toggle {
border-color: var(--ide-btn-default-border, $gray-darkest);
background-color: var(--ide-input-background, transparent);
&:hover,
&:focus {
......
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