Projet

Général

Profil

0001-style-add-folded-support-to-sections-with-ul-as-cont.patch

Frédéric Péters, 10 janvier 2022 09:40

Télécharger (696 octets)

Voir les différences:

Subject: [PATCH] style: add folded support to sections with <ul> as content
 (#60435)

 gadjo/static/css/gadjo.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
gadjo/static/css/gadjo.scss
1286 1286
					transform: rotate(-90deg);
1287 1287
				}
1288 1288
			}
1289
			> div, > dl {
1289
			> div, > dl, > ul {
1290 1290
				display: none;
1291 1291
			}
1292 1292
		}
1293
-