mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 21:16:26 +01:00 
			
		
		
		
	Remove active border on pointing menu (#30486)
It looks better when these menus don't flash a border-bottom on click.
This commit is contained in:
		
							parent
							
								
									2dc7e9e5fe
								
							
						
					
					
						commit
						3b40ebf895
					
				@ -588,7 +588,6 @@
 | 
				
			|||||||
.ui.secondary.pointing.menu .dropdown.item:active,
 | 
					.ui.secondary.pointing.menu .dropdown.item:active,
 | 
				
			||||||
.ui.secondary.pointing.menu a.item:active {
 | 
					.ui.secondary.pointing.menu a.item:active {
 | 
				
			||||||
  background-color: transparent;
 | 
					  background-color: transparent;
 | 
				
			||||||
  border-color: var(--color-secondary);
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.ui.secondary.pointing.menu .active.item {
 | 
					.ui.secondary.pointing.menu .active.item {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user