mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-10-30 03:11:00 +01:00 
			
		
		
		
	The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
		
			
				
	
	
		
			9 lines
		
	
	
		
			542 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			542 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div role="presentation" data-dojo-attach-point="titleNode,innerDiv,tabContent" class="dijitTabInner dijitTabContent">
 | |
| 	<span role="presentation" class="dijitInline dijitIcon dijitTabButtonIcon" data-dojo-attach-point="iconNode"></span>
 | |
| 	<span data-dojo-attach-point='containerNode,focusNode' class='tabLabel'></span>
 | |
| 	<span class="dijitInline dijitTabCloseButton dijitTabCloseIcon" data-dojo-attach-point='closeNode'
 | |
| 		  role="presentation">
 | |
| 		<span data-dojo-attach-point='closeText' class='dijitTabCloseText'>[x]</span
 | |
| 				></span>
 | |
| </div>
 |