tabs focus fix 3

This commit is contained in:
Raphael Goetter 2017-08-01 22:15:52 +02:00
parent 802dc55cc9
commit ae140af96c
3 changed files with 1 additions and 3 deletions

View file

@ -2317,7 +2317,6 @@ button:focus {
} }
.tabs-menu-link.is-active { .tabs-menu-link.is-active {
outline: 0;
color: #fff; color: #fff;
background-color: #777; background-color: #777;
} }

File diff suppressed because one or more lines are too long

View file

@ -30,7 +30,6 @@
} }
&.is-active { &.is-active {
outline: 0;
color: #fff; color: #fff;
background-color: $color-forms; background-color: $color-forms;
} }