Projet

Général

Profil

0001-css-arrange-code-retated-to-cell-foldable-option-428.patch

Thomas Jund, 13 mai 2020 17:47

Télécharger (863 octets)

Voir les différences:

Subject: [PATCH] css: arrange code retated to cell foldable option (#42844)

 static/includes/_cells.scss | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
static/includes/_cells.scss
280 280
				border-radius: 0;
281 281
			}
282 282
		}
283
		&.foldable {
284
			> div > picture {
285
				cursor: pointer;
286
			}
287
		}
288 283
	}
289 284
}
290 285

  
......
718 713
			}
719 714
			cursor: pointer;
720 715
		}
716
		> div > h2:first-child,
717
		> div > picture {
718
			cursor: pointer;
719
		}
721 720
	}
722 721
	&.foldable.folded {
723 722
		> div > h2:first-child {
724
-