mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix form switch checkmark visual bug
This commit is contained in:
		| @@ -37,6 +37,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt | |||||||
| .primary-light { | .primary-light { | ||||||
|   --pngx-primary-text-contrast: #{$text-color-light-bg} !important; |   --pngx-primary-text-contrast: #{$text-color-light-bg} !important; | ||||||
|  |  | ||||||
|  |   .form-check:not(.form-switch) { | ||||||
|     .form-check-input:checked[type=checkbox] { |     .form-check-input:checked[type=checkbox] { | ||||||
|       background-image: escape-svg($form-check-input-checked-bg-image-dark); |       background-image: escape-svg($form-check-input-checked-bg-image-dark); | ||||||
|     } |     } | ||||||
| @@ -44,6 +45,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt | |||||||
|     .form-check-input:checked[type=radio] { |     .form-check-input:checked[type=radio] { | ||||||
|       background-image: escape-svg($form-check-radio-checked-bg-image-dark); |       background-image: escape-svg($form-check-radio-checked-bg-image-dark); | ||||||
|     } |     } | ||||||
|  |   } | ||||||
|  |  | ||||||
|   .toast .btn-close { |   .toast .btn-close { | ||||||
|     filter: none !important; |     filter: none !important; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon