Skip to content

Commit 9ad8ec1

Browse files
chore (css): dropbown colors
1 parent 4aef4fe commit 9ad8ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/assets/css/designsystem_dropdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ body:not(.dark-mode) .component_dropdown .dropdown_container {
6868
}
6969

7070
.component_dropdown.active .dropdown_container li:hover {
71-
background: var(--border);
71+
background: rgba(198,200,204,0.25);
7272
border-radius: 3px;
7373
}

0 commit comments

Comments
 (0)