Projet

Général

Profil

0001-scss-apply-box-shadow-to-custom-radios-and-checkboxe.patch

Serghei Mihai, 17 octobre 2019 16:20

Télécharger (763 octets)

Voir les différences:

Subject: [PATCH] scss: apply box-shadow to custom radios and checkboxes
 (#37049)

 static/includes/_forms.scss | 3 +++
 1 file changed, 3 insertions(+)
static/includes/_forms.scss
413 413
			}
414 414

  
415 415
			&:focus + span {
416
				&::before {
417
					box-shadow: $widget-focus-box-shadow;
418
				}
416 419
				@if $widget-focus-outline == none {
417 420
					outline: $widget-border;
418 421
					@if extract-color($widget-border) == transparent {
419
-