mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix some missed focus styles
This commit is contained in:
		| @@ -79,10 +79,15 @@ svg.logo { | ||||
| .btn-check:focus + .btn, | ||||
| .form-control: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)); | ||||
| } | ||||
|  | ||||
| .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 { | ||||
|   outline: none; | ||||
|   background-color: var(--ngx-bg-darker); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon