mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	chore: No outline when element is in :focus-visible state
				
					
				
			This commit is contained in:
		@@ -86,6 +86,7 @@
 | 
			
		||||
    @include dark;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html {
 | 
			
		||||
  height: var(--full-height);
 | 
			
		||||
 | 
			
		||||
@@ -110,6 +111,10 @@ body {
 | 
			
		||||
  @media only screen and (max-width: 600px) {
 | 
			
		||||
    background-color: var(--second);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  *:focus-visible {
 | 
			
		||||
    outline: none;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
::-webkit-scrollbar {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user