web: migrate checkbox to switch (#4409)
* start migrating to switch Signed-off-by: Jens Langhammer <jens@goauthentik.io> * general cleanup Signed-off-by: Jens Langhammer <jens@goauthentik.io> * remove broken Create provider Signed-off-by: Jens Langhammer <jens@goauthentik.io> * migrate all Signed-off-by: Jens Langhammer <jens@goauthentik.io> * migrate table selectors, fix dark theme Signed-off-by: Jens Langhammer <jens@goauthentik.io> Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		| @ -265,6 +265,9 @@ html > form > input { | ||||
|     .pf-c-form-control[readonly] { | ||||
|         background-color: var(--ak-dark-background-light); | ||||
|     } | ||||
|     .pf-c-switch__input:checked ~ .pf-c-switch__label { | ||||
|         --pf-c-switch__input--checked__label--Color: var(--ak-dark-foreground); | ||||
|     } | ||||
|     /* select toggle */ | ||||
|     .pf-c-select__toggle::before { | ||||
|         --pf-c-select__toggle--before--BorderTopColor: var(--ak-dark-background-lighter); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L