Projet

Général

Profil

0001-css-use-.links-list-class-to-form_of_category-list-4.patch

Thomas Jund, 18 mai 2020 14:39

Télécharger (894 octets)

Voir les différences:

Subject: [PATCH] css:  use .links-list class to form_of_category list (#42999)

 static/includes/_cells.scss | 4 ----
 1 file changed, 4 deletions(-)
static/includes/_cells.scss
96 96
}
97 97

  
98 98
.gru-content .cell.wcsformsofcategorycell {
99
	h2 + div {
100
		padding: 0;
101
	}
102 99
	h2 ~ div.intro {
103 100
		padding: 1rem;
104 101
	}
......
148 145
div.notificationscell ul,
149 146
div.categoriescell ul,
150 147
div.link-list-cell ul,
151
div.wcsformsofcategorycell ul,
152 148
div.wcscurrentdraftscell ul,
153 149
div.wcscurrentformscell ul {
154 150
	padding: 0;
155
-