diff options
-rw-r--r-- | client/src/sass/include/_mixins.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 4738d1305..b5ccb6598 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -448,7 +448,10 @@ | |||
448 | [type=radio]:checked, | 448 | [type=radio]:checked, |
449 | [type=radio]:not(:checked) { | 449 | [type=radio]:not(:checked) { |
450 | position: absolute; | 450 | position: absolute; |
451 | left: -9999px; | 451 | opacity: 0; |
452 | cursor: pointer; | ||
453 | height: 0; | ||
454 | width: 0; | ||
452 | } | 455 | } |
453 | 456 | ||
454 | [type=radio]:checked + label, | 457 | [type=radio]:checked + label, |