mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fix some missed focus styles
This commit is contained in:
		@@ -79,10 +79,15 @@ svg.logo {
 | 
				
			|||||||
.btn-check:focus + .btn,
 | 
					.btn-check:focus + .btn,
 | 
				
			||||||
.form-control:focus,
 | 
					.form-control:focus,
 | 
				
			||||||
.form-check-input:focus,
 | 
					.form-check-input:focus,
 | 
				
			||||||
.form-check-radio:focus {
 | 
					.form-check-radio:focus,
 | 
				
			||||||
 | 
					.form-select:focus {
 | 
				
			||||||
  box-shadow: 0 0 0 0.25rem hsla(var(--ngx-green), var(--l), var(--ngx-focus-alpha));
 | 
					  box-shadow: 0 0 0 0.25rem hsla(var(--ngx-green), var(--l), var(--ngx-focus-alpha));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.form-switch .form-check-input:focus {
 | 
				
			||||||
 | 
					  background-image: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#bbb'/></svg>"));
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.nav-link:focus-visible, .nav-item a:focus-visible {
 | 
					.nav-link:focus-visible, .nav-item a:focus-visible {
 | 
				
			||||||
  outline: none;
 | 
					  outline: none;
 | 
				
			||||||
  background-color: var(--ngx-bg-darker);
 | 
					  background-color: var(--ngx-bg-darker);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user