mirror of https://github.com/zulip/zulip.git
frontend: Add focus indicator to sign in/sign up buttons.
This commit is contained in:
parent
817e574d86
commit
85d5296863
|
@ -220,6 +220,10 @@ html {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new-style button:focus {
|
||||||
|
outline: 3px solid hsl(213, 81%, 79%);
|
||||||
|
}
|
||||||
|
|
||||||
.new-style button.full-width {
|
.new-style button.full-width {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue