Skip to content

Commit 904f7c6

Browse files
committed
fix icon color when hovering on a label
1 parent 4bbc9ff commit 904f7c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/stylesheets/sunrise.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,9 @@ span.button.is-static {
282282
) {
283283
background-color: var(--bulma-warning-light);
284284
}
285+
286+
/* Fix hover effect when hovering on a label */
287+
.control.has-icons-left .select:has(select:hover) ~ .icon,
288+
.control.has-icons-right .select:has(select:hover) ~ .icon {
289+
color: var(--bulma-input-icon-hover-color)
290+
}

0 commit comments

Comments
 (0)