Fixed multiselect focus

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-01-21 19:33:43 +01:00
parent 7882976a14
commit da4c6ab326
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 4 additions and 4 deletions

View File

@ -32,14 +32,13 @@ textarea,
border-radius: 3px;
&:not(:disabled):not(.primary) {
&:not(#quota):hover,
&:focus {
&:focus,
&.active {
border-color: #0082c9;
outline: none;
}
&:active {
outline: none;
}
&:active {
background-color: #fff;
}
}
@ -116,7 +115,8 @@ input[type='reset'] {
box-sizing: border-box;
background-color: #fafafa;
box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
&:active {
&:active,
&.active {
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}
}