Fixed checkbox not being selectable with tab.
This commit is contained in:
parent
a595326b51
commit
0cfa891bab
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
.input__checkbox {
|
.input__checkbox {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin: 1px 0;
|
margin: 1px 0;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&:not(&--disabled) {
|
&:not(&--disabled) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -15,7 +16,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1000;
|
z-index: -1000;
|
||||||
visibility: hidden;
|
top: -100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__display {
|
&__display {
|
||||||
|
|
Loading…
Add table
Reference in a new issue