mirror of https://github.com/akveo/blur-admin
fix(tabs): fix white tab background when it is focused
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…
Reference in New Issue