Projet

Général

Profil

0001-rouen-no-progress-bar-if-only-one-step-28529.patch

Emmanuel Cazenave, 03 décembre 2018 16:20

Télécharger (667 octets)

Voir les différences:

Subject: [PATCH] rouen: no progress bar if only one step (#28529)

 static/rouen/_custom.scss | 3 +++
 1 file changed, 3 insertions(+)
static/rouen/_custom.scss
358 358
div#steps ol {
359 359
	display: -ms-flexbox;
360 360
	display: flex;
361
	li.first.last::after {
362
		background: none;
363
	}
361 364
	li {
362 365
		position: relative;
363 366
		-ms-flex: 1;
364
-