toodego: a11y, add focus ring to login button (#34675)

This commit is contained in:
Frédéric Péters 2019-07-10 09:00:35 +02:00
parent fd6ab2a52e
commit 89705cb711
1 changed files with 3 additions and 0 deletions

View File

@ -840,6 +840,9 @@ div.wcs-tracking-code-input {
&:hover {
text-decoration: underline;
}
&:focus {
outline: 1px dotted #aaa;
}
}
&::before {
content: none;