theme fix

This commit is contained in:
Eugene Pankov 2018-09-10 17:40:57 +02:00
parent 0f8c27e536
commit 4ceb8ff897

View File

@ -128,9 +128,9 @@ app-root {
&> .content { &> .content {
.tab-bar { .tab-bar {
.btn-tab-bar { .btn-tab-bar {
&:not(:hover):not(:active) { background: transparent;
background: transparent; &:hover { background: rgba(0, 0, 0, .25) !important; }
} &:active { background: rgba(0, 0, 0, .5) !important; }
} }
&>.tabs { &>.tabs {