Projet

Général

Profil

0001-scss-fix-drawing-of-inline-custom-radio-buttons-in-c.patch

Frédéric Péters, 28 septembre 2018 00:00

Télécharger (740 octets)

Voir les différences:

Subject: [PATCH] scss: fix drawing of inline custom radio buttons in chrom*
 (#26807)

 static/includes/_forms.scss | 1 +
 1 file changed, 1 insertion(+)
static/includes/_forms.scss
309 309
					width: 0.66rem;
310 310
					background: transparent;
311 311
					top: 0.33rem;
312
					left: 0;
312 313
					border: 1px solid $widget-custom-radio-checkbox-color;
313 314
				}
314 315
				&::after {
315
-