mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
theme fix
This commit is contained in:
parent
0f8c27e536
commit
4ceb8ff897
1 changed files with 3 additions and 3 deletions
|
@ -128,9 +128,9 @@ app-root {
|
|||
&> .content {
|
||||
.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 {
|
||||
|
|
Loading…
Reference in a new issue