Adds keyboard-mode outline to Checkbox
This commit is contained in:
parent
0bf351ba09
commit
4394ec53fc
1 changed files with 14 additions and 0 deletions
|
@ -9,6 +9,20 @@
|
|||
input {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
|
||||
@include mouse-mode {
|
||||
&:focus,
|
||||
&:active {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
@include keyboard-mode {
|
||||
&:focus,
|
||||
&:active {
|
||||
outline: 1px solid $color-ultramarine;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue