mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Make checkbox label change color on hover
This commit is contained in:
parent
7a05318d49
commit
827a10376a
@ -31,6 +31,10 @@ export class Et2Checkbox extends Et2InputWidget(SlCheckbox)
|
|||||||
:host([disabled]) {
|
:host([disabled]) {
|
||||||
display:initial;
|
display:initial;
|
||||||
}
|
}
|
||||||
|
/* Extend hover highlight to label */
|
||||||
|
.checkbox:not(.checkbox--disabled):hover {
|
||||||
|
color: var(--sl-input-border-color-hover);
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user