Projet

Général

Profil

0010-saone-et-loire-cd71-2019-adapt-style-of-new-more-ite.patch

Lauréline Guérin, 23 avril 2020 11:43

Télécharger (984 octets)

Voir les différences:

Subject: [PATCH 10/19] saone-et-loire-cd71-2019: adapt style of new more-items
 markup (#40883)

 static/saone-et-loire-cd71-2019/_custom.scss | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
static/saone-et-loire-cd71-2019/_custom.scss
348 348
	div.wcsformsofcategorycell ul,
349 349
	div.wcscurrentdraftscell ul,
350 350
	div.wcscurrentformscell ul {
351
		li a {
351
		li a:not(.add-more-items--button) {
352 352
			padding-left: 1rem;
353 353
			&::before {
354 354
				position: absolute;
......
361 361
				padding-right: 0.5em;
362 362
			}
363 363
		}
364
		li.more-items a::before {
365
			content: none;
366
		}
367 364
	}
368 365
}
369
-