Projet

Général

Profil

0001-css-don-t-display-optional-label-for-checkbox-widget.patch

Serghei Mihai (congés, retour 15/05), 30 octobre 2020 11:02

Télécharger (738 octets)

Voir les différences:

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

 gadjo/static/css/_forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
gadjo/static/css/_forms.scss
417 417
			display: none;
418 418
		}
419 419
	}
420
	.widget-optional span.optional {
420
	.widget-optional:not(.django-checkbox-input) span.optional {
421 421
		display: inline;
422 422
		font-style: italic;
423 423
	}
424
-