Skip to content
Snippets Groups Projects
Commit 3f2fa42b authored by J. Ryan Stinnett's avatar J. Ryan Stinnett
Browse files

Hide native inputs on Safari for iOS

parent e18ff8de
Branches jryans/tweaks
No related tags found
No related merge requests found
......@@ -23,9 +23,7 @@ limitations under the License.
align-items: center;
input[type='checkbox'] {
appearance: none;
margin: 0;
padding: 0;
display: none;
&:checked + div {
background: $foreground;
......
......@@ -21,9 +21,7 @@ limitations under the License.
> input[type='checkbox'] {
// Remove the OS's representation
margin: 0;
padding: 0;
appearance: none;
display: none;
&.focus-visible {
& + img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment