Make checkbox settings accessible
This commit is contained in:
parent
f229c4a106
commit
6158b8667e
3 changed files with 21 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue