Add focus color

This commit is contained in:
Michael Rose
2018-11-25 20:19:24 -05:00
parent 3cd24c4b69
commit cbcc53de31
2 changed files with 3 additions and 2 deletions

View File

@@ -4,9 +4,9 @@
%tab-focus {
/* Default*/
outline: thin dotted $warning-color;
outline: thin dotted $focus-color;
/* Webkit*/
outline: 5px auto $warning-color;
outline: 5px auto $focus-color;
outline-offset: -2px;
}