Add the highlighted version of the "ship" icon

This commit is contained in:
Gaetan Craig-Riou
2023-09-25 15:11:17 +02:00
parent 7ce3fea7d5
commit d2952d46a6

View File

@@ -84,7 +84,7 @@ table {
background-color: $color-notice;
color: $color-1;
}
.icon-edit:hover, .icon-capture:hover, .icon-ok:hover, .icon-plus:hover {
.icon-edit:hover, .icon-capture:hover, .icon-ok:hover, .icon-plus:hover, .icon-road:hover {
background-color: $color-success;
color: $color-1;
}