Fix issue with switches and checkboxes on firefox on linux
This commit is contained in:
parent
921ef5567c
commit
bda46f3cf2
|
@ -45,3 +45,9 @@
|
|||
</span>
|
||||
<span class="spectrum-Checkbox-label">{text || ""}</span>
|
||||
</label>
|
||||
|
||||
<style>
|
||||
.spectrum-Checkbox-input {
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -26,3 +26,9 @@
|
|||
<span class="spectrum-Switch-switch" />
|
||||
<label class="spectrum-Switch-label" for={id}>{text}</label>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.spectrum-Switch-input {
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue