Skip to content

Commit

Permalink
Clean up noLabel input CSS that was overriding previous screen reader…
Browse files Browse the repository at this point in the history
… CSS
  • Loading branch information
cee-chen committed Sep 7, 2021
1 parent f27dc38 commit 967886e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/form/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
opacity: 0; /* 1 */
z-index: 1; /* 1 */
margin: 0; /* 1 */
left: 0; /* 1 */
cursor: pointer;
}
}
Expand Down
1 change: 0 additions & 1 deletion src/components/form/radio/_radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
opacity: 0; /* 1 */
z-index: 1; /* 1 */
margin: 0; /* 1 */
left: 0; /* 1 */
cursor: pointer;
}
}
Expand Down

0 comments on commit 967886e

Please sign in to comment.