Skip to content

Commit b5daf3e

Browse files
committed
fix menu icon hover
1 parent 66a2a7f commit b5daf3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

branding/assets/styles/imports/_branding.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ div.ds-input-wrap > input:focus-within.ds-input {
419419

420420
&:hover {
421421
background-color: $color-primary;
422-
color: white;
422+
color: white !important;
423423
border-color: $color-primary;
424424
}
425425
}

0 commit comments

Comments
 (0)