Fix for focus and error reporting

This commit is contained in:
Godwin
2016-06-13 23:03:29 -07:00
parent a099059f2e
commit 6781b41e04
3 changed files with 33 additions and 29 deletions
+1 -6
View File
@@ -2340,14 +2340,9 @@ html[data-lingua-franca-example="html"] {
.select-field select:focus,
.workshop-link:focus .title,
#main-nav .nav a:focus .title {
html & {
outline: 0.25rem solid rgba($colour-2, 0);
outline-offset: 0.2rem;
@include _(transition, outline 150ms ease-in-out);
}
html[data-input="kb"] & {
outline: 0.25rem solid rgba($colour-2, 0.5);
outline-offset: 0.2rem;
z-index: 1;
}
}