removed unneeded comment from line
This commit is contained in:
parent
58ffba52e8
commit
8e66875e82
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ input {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
|
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
|
||||||
width: 0;
|
width: 0;
|
||||||
position: absolute; // to fix focus styling issue (SSR-212)
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (-moz-appearance: none) {
|
@supports (-moz-appearance: none) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue