feat(css): Styled scrollbars in Firefox Nightly (#8653)
You currently need to enable `layout.css.scrollbar-colors.enabled` in `about:config` in Firefox Nightly.
This commit is contained in:
		
							parent
							
								
									0b1c90bf88
								
							
						
					
					
						commit
						82887c0c1b
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -53,6 +53,11 @@ table {
 | 
			
		|||
  border-spacing: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html {
 | 
			
		||||
  scrollbar-face-color: lighten($ui-base-color, 4%);
 | 
			
		||||
  scrollbar-track-color: rgba($base-overlay-background, 0.1);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
::-webkit-scrollbar {
 | 
			
		||||
  width: 12px;
 | 
			
		||||
  height: 12px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue