From 35ea1f49c9748e39716f54891959aa151299701d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 24 Jun 2020 09:49:32 +0200 Subject: [PATCH] scss: use a lightbulb in live domain fix suggestion popup (#44392) --- gadjo/static/css/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/static/css/_forms.scss b/gadjo/static/css/_forms.scss index c015852..ab84768 100644 --- a/gadjo/static/css/_forms.scss +++ b/gadjo/static/css/_forms.scss @@ -363,7 +363,7 @@ form.small button + a.button { .field-live-hint span::before { font-family: FontAwesome; - content: "\f071"; /* exclamation triangle */ + content: "\f0eb"; // lightbulb padding-right: 0.5em; }