Skip to content

Commit

Permalink
Hides the boolean input for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
loivsen committed Jun 7, 2024
1 parent d3a7c76 commit 0bf7dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/uui-boolean-input/lib/uui-boolean-input.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export abstract class UUIBooleanInputElement extends UUIFormControlMixin(
}
label {
position: relative;
cursor: pointer;
user-select: none;
Expand All @@ -207,7 +208,7 @@ export abstract class UUIBooleanInputElement extends UUIFormControlMixin(
position: absolute;
height: 0px;
width: 0px;
margin-top: -4px;
visibility: hidden;
}
:host([label-position='left']) label {
Expand Down

0 comments on commit 0bf7dbd

Please sign in to comment.