Commit 9db88515 authored by Kenny Tran's avatar Kenny Tran Committed by Chi Kei Chan

Add focus-within border (#68)

parent 204313f6
......@@ -14,6 +14,14 @@
&--error {
border: 0.5px solid $salmon-red;
}
&:focus-within {
border-color: $royal-blue;
}
&--error:focus-within {
border-color: $salmon-red;
}
}
&__label-row {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment