fix(client): clicking icons in tabs (closes #812)

This commit is contained in:
Elian Doran 2024-12-18 22:45:52 +02:00
parent dd67887b37
commit a2c287e8b8
No known key found for this signature in database

View File

@ -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 {