We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbc9ff commit 904f7c6Copy full SHA for 904f7c6
public/stylesheets/sunrise.css
@@ -282,3 +282,9 @@ span.button.is-static {
282
) {
283
background-color: var(--bulma-warning-light);
284
}
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