Commit 87cec043 authored by orozot's avatar orozot

Fix: change dropdown background to transparent

Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/340713
Changelog: fixed
parent 9477cff7
......@@ -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