mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fixes #350
This commit is contained in:
@@ -17,7 +17,12 @@ input {
|
||||
}
|
||||
|
||||
[part~='icon'] {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
|
||||
/* Without this, Safari renders the icon slightly to the left */
|
||||
&::part(svg) {
|
||||
translate: 0.0009765625em;
|
||||
}
|
||||
|
||||
input:not(:checked, :indeterminate) + & {
|
||||
visibility: hidden;
|
||||
|
||||
Reference in New Issue
Block a user