scss: use a lightbulb in live domain fix suggestion popup (#44392)

This commit is contained in:
Frédéric Péters 2020-06-24 09:49:32 +02:00
parent f0bd03d2ce
commit 35ea1f49c9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}