Add focus color
This commit is contained in:
parent
3cd24c4b69
commit
cbcc53de31
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -67,6 +67,7 @@ $success-color: #3fa63f !default;
|
|||
$warning-color: #d67f05 !default;
|
||||
$danger-color: #ee5f5b !default;
|
||||
$info-color: #3b9cba !default;
|
||||
$focus-color: $primary-color !default;
|
||||
|
||||
/* YIQ color contrast */
|
||||
$yiq-contrasted-dark-default: $dark-gray !default;
|
||||
|
|
Loading…
Reference in a new issue