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

pull/89/head
Vladimir Lugovsky 9 years ago
parent 7f05a1ec4a
commit b96d4769ca

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

Loading…
Cancel
Save