css: add icon-edit declaration to scss file (#78501)
gitea/chrono/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2023-06-14 11:14:41 +02:00
parent 6b4f6a3a0c
commit ff90c12afc
1 changed files with 3 additions and 0 deletions

View File

@ -647,3 +647,6 @@ ul.objects-list.single-links li.ants-setting-not-configured a.edit {
background: lightblue;
}
}
/* used for the city-edit link */
.icon-edit::before { content: "\f044"; }