mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-24 21:41:30 +08:00
fix(client): icon disappearing when tab is focused
This commit is contained in:
parent
818f961fe7
commit
5b305af95d
@ -139,7 +139,7 @@ const TAB_ROW_TPL = `
|
||||
pointer-events: all;
|
||||
color: var(--inactive-tab-text-color);
|
||||
--tab-background-color: var(--workspace-tab-background-color);
|
||||
background-color: var(--tab-background-color, var(--inactive-tab-background-color));
|
||||
background-color: var(--tab-background-color, var(--inactive-tab-background-color));
|
||||
}
|
||||
|
||||
.tab-row-widget .note-tab[active] .note-tab-wrapper {
|
||||
@ -164,7 +164,6 @@ const TAB_ROW_TPL = `
|
||||
position: relative;
|
||||
top: -1px;
|
||||
padding-right: 3px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.tab-row-widget .note-tab[is-small] .note-tab-title {
|
||||
@ -177,6 +176,7 @@ const TAB_ROW_TPL = `
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.tab-row-widget .note-tab .note-tab-close {
|
||||
|
Loading…
x
Reference in New Issue
Block a user