Projet

Général

Profil

0001-scss-update-for-new-fargo-delete-icon-markup-16825.patch

Frédéric Péters, 14 mars 2018 10:03

Télécharger (906 octets)

Voir les différences:

Subject: [PATCH] scss: update for new fargo delete icon markup (#16825)

 static/includes/_misc.scss | 3 +++
 1 file changed, 3 insertions(+)
static/includes/_misc.scss
405 405
		right: 0;
406 406
	}
407 407

  
408
	a.icon-remove,
408 409
	a.icon-edit {
409 410
		&::before {
410 411
			font-family: FontAwesome;
......
417 418
		}
418 419
		display: inline-block;
419 420
	}
421
	a.icon-remove::before { content: "\f057"; }  // times-circle
420 422

  
423
	// support for legacy delete button markup, to be removed
421 424
	button.icon-remove-sign {
422 425
		border: none;
423 426
		background: none;
424
-