From d2952d46a658a8b268b8a4a2a73862967062e9e6 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Mon, 25 Sep 2023 15:11:17 +0200 Subject: [PATCH] Add the highlighted version of the "ship" icon --- app/webpacker/css/admin/shared/tables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpacker/css/admin/shared/tables.scss b/app/webpacker/css/admin/shared/tables.scss index e1f5abe35f..7346efff7c 100644 --- a/app/webpacker/css/admin/shared/tables.scss +++ b/app/webpacker/css/admin/shared/tables.scss @@ -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; }