mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Remove focus outline on simplebar wrapper elements.
This removes the focus outline on `simplebar-content-wrapper` in the left sidebar and other places in the app when focused since it doesn't look visually nice.
This commit is contained in:
		@@ -3147,3 +3147,9 @@ select.invite-as {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.simplebar-content-wrapper {
 | 
			
		||||
    /* `simplebar-content-wrapper` has `tabindex=0` set, which makes it focusable
 | 
			
		||||
        but we don't want it to have an outline when focused anywhere in the app. */
 | 
			
		||||
    outline: none;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user