mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
fix(client): clicking icons in tabs (closes #812)
This commit is contained in:
parent
dd67887b37
commit
a2c287e8b8
@ -116,7 +116,6 @@ const TAB_ROW_TPL = `
|
||||
|
||||
.tab-row-widget .note-tab,
|
||||
.tab-row-widget .note-tab * {
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@ -165,6 +164,7 @@ const TAB_ROW_TPL = `
|
||||
position: relative;
|
||||
top: -1px;
|
||||
padding-right: 3px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.tab-row-widget .note-tab[is-small] .note-tab-title {
|
||||
|
Loading…
x
Reference in New Issue
Block a user