Projet

Général

Profil

0013-vincennes-2018-adapt-style-of-new-more-items-markup-.patch

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

Télécharger (903 octets)

Voir les différences:

Subject: [PATCH 13/19] vincennes-2018: adapt style of new more-items markup
 (#40883)

 static/vincennes-2018/_custom.scss | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
static/vincennes-2018/_custom.scss
53 53
div.wcscurrentdraftscell ul,
54 54
div.wcscurrentformscell ul {
55 55
	li {
56
		a {
56
		a:not(.add-more-items--button) {
57 57
			padding-left: 2rem;
58 58
			&::before {
59 59
				content: "\f0da";
......
64 64
				left: 1rem;
65 65
			}
66 66
		}
67
		&.more-items a::before {
68
			content: none;
69
		}
70 67
	}
71 68
}
72
-