Projet

Général

Profil

0001-scss-use-a-lightbulb-in-live-domain-fix-suggestion-p.patch

Frédéric Péters, 24 juin 2020 09:44

Télécharger (819 octets)

Voir les différences:

Subject: [PATCH] scss: use a lightbulb in live domain fix suggestion popup
 (#44392)

 static/includes/_misc.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_misc.scss
723 723
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
724 724
	span::before {
725 725
		font-family: FontAwesome;
726
		content: "\f071";  // exclamation triangle
726
		content: "\f0eb";  // lightbulb
727 727
		padding-right: 0.5em;
728 728
	}
729 729
	button.action,
730
-