Projet

Général

Profil

0001-style-don-t-display-optional-label-for-checkbox-widg.patch

Frédéric Péters, 08 septembre 2020 10:39

Télécharger (763 octets)

Voir les différences:

Subject: [PATCH] style: don't display "(optional)" label for checkbox widgets
 (#46436)

 static/includes/_forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_forms.scss
622 622
			@include sr-only();
623 623
		}
624 624
	}
625
	.widget-optional span.optional {
625
	.widget-optional:not(.django-checkbox-input) span.optional {
626 626
		display: inline;
627 627
		font-style: italic;
628 628
	}
629
-