Make checkbox settings accessible

This commit is contained in:
tusooa 2023-01-28 22:10:06 -05:00
commit 6158b8667e
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 21 additions and 8 deletions

View file

@ -10,12 +10,9 @@
<script src="./screen_reader_notice.js"></script>
<style lang="scss">
@import "../../mixins";
.screen-reader-text {
display: block;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
visibility: visible;
@include visible-for-screenreader-only;
}
</style>