mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +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 * { | ||||
|         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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user