mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 04:25:55 +00:00 
			
		
		
		
	Separate the two show behaviors
This commit is contained in:
		
							parent
							
								
									4dd48397ab
								
							
						
					
					
						commit
						d6a1a8663d
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -16,8 +16,10 @@
 | 
			
		|||
#PlacesToolbarItems > .bookmark-item{ padding-block: var(--uc-bm-padding) !important; }
 | 
			
		||||
 | 
			
		||||
/* SELECT BOOKMARKS TOOLBAR BEHAVIOR */
 | 
			
		||||
/* Comment out to disable either one of these */
 | 
			
		||||
/* Comment out or delete either one of these to disable that behavior */
 | 
			
		||||
 | 
			
		||||
#nav-bar:focus-within + #PersonalToolbar, /* Show when urlbar is focused */
 | 
			
		||||
#navigator-toolbox:hover > #PersonalToolbar /* Show when cursor is over the toolbar area */
 | 
			
		||||
{ transform: rotateX(0) }
 | 
			
		||||
/* Show when urlbar is focused */
 | 
			
		||||
#nav-bar:focus-within + #PersonalToolbar{ transform: rotateX(0) }
 | 
			
		||||
 | 
			
		||||
/* Show when cursor is over the toolbar area */
 | 
			
		||||
#navigator-toolbox:hover > #PersonalToolbar{ transform: rotateX(0) }
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue