Skip to content
Snippets Groups Projects
Commit 6cd81df3 authored by Tirupati Singh's avatar Tirupati Singh Committed by Sascha Eggenberger
Browse files

3416379-when-dropdown-is: Fixed dropdown border issue.

parent 76e0204f
Branches
Tags
1 merge request!3703416379-when-dropdown-is: Fixed dropdown border issue.
Pipeline #98166 passed
......@@ -2846,6 +2846,7 @@ html.js .dropbutton-widget {
.dropbutton__item:first-of-type ~ .dropbutton__item {
max-width: unset;
border-color: var(--gin-color-primary);
}
.dropbutton__item:first-of-type ~ .dropbutton__item > *:hover {
......
......@@ -201,6 +201,7 @@ html.js .dropbutton-widget {
&__item:first-of-type ~ .dropbutton__item {
max-width: unset;
border-color: var(--gin-color-primary);
& > *:hover {
background-color: var(--gin-bg-layer3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment