Hide native inputs on Safari for iOS
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user