Skip to content

Commit

Permalink
try to use the translate hack in checkboxOutline
Browse files Browse the repository at this point in the history
  • Loading branch information
rafma0 committed Nov 2, 2023
1 parent 7a0bd39 commit b0da0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/emby-checkbox/emby-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
opacity: 0;
appearance: none;
border: none;
transform: translateZ(0);
}

.checkboxOutline {
Expand All @@ -59,6 +58,7 @@
display: flex;
align-items: center;
justify-content: center;
transform: translateZ(0);
}

.checkboxIcon {
Expand Down

0 comments on commit b0da0a2

Please sign in to comment.