fix(tabs): fix white tab background when it is focused

pull/89/head
Vladimir Lugovsky 2016-06-13 12:03:57 +03:00
parent 7f05a1ec4a
commit b96d4769ca
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
margin-bottom: 0;
border-radius: 0;
border: none;
&:hover {
&:hover, &:focus {
border: none;
background-color: $primary-light;
}