mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	fix(client): clicking icons in tabs (closes #812)
This commit is contained in:
		| @@ -116,7 +116,6 @@ const TAB_ROW_TPL = ` | |||||||
|      |      | ||||||
|     .tab-row-widget .note-tab, |     .tab-row-widget .note-tab, | ||||||
|     .tab-row-widget .note-tab * { |     .tab-row-widget .note-tab * { | ||||||
|         user-select: none; |  | ||||||
|         cursor: default; |         cursor: default; | ||||||
|     } |     } | ||||||
|      |      | ||||||
| @@ -165,6 +164,7 @@ const TAB_ROW_TPL = ` | |||||||
|         position: relative; |         position: relative; | ||||||
|         top: -1px; |         top: -1px; | ||||||
|         padding-right: 3px; |         padding-right: 3px; | ||||||
|  |         z-index: -1; | ||||||
|     } |     } | ||||||
|      |      | ||||||
|     .tab-row-widget .note-tab[is-small] .note-tab-title { |     .tab-row-widget .note-tab[is-small] .note-tab-title { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user