In #7269, thin scrollbars were added in Arc Green theme. It got moved in base theme in #13361. This PR removes the use of thin scrollbars which causes an accessibility issue. The scrollbars become too thin to be dragged. Signed-off-by: Elouan Martinet <exa@elou.world> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		
							parent
							
								
									b6e4688874
								
							
						
					
					
						commit
						f19ccd8f6a
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -175,7 +175,6 @@ details summary > * { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| * { | * { | ||||||
|   scrollbar-width: thin; |  | ||||||
|   scrollbar-color: var(--color-primary) transparent; |   scrollbar-color: var(--color-primary) transparent; | ||||||
|   caret-color: var(--color-caret); |   caret-color: var(--color-caret); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue