Icon road (ie. ship button) should be dark blue on hover

This commit is contained in:
Jean-Baptiste Bellet
2022-12-05 21:06:39 +01:00
parent f935a27253
commit 896743ee34

View File

@@ -79,7 +79,8 @@ table tbody tr td.actions {
.icon-edit:hover,
.icon-capture:hover,
.icon-ok:hover,
.icon-plus:hover {
.icon-plus:hover,
.icon-road:hover {
background-color: $v2-blue;
color: $color-1;
}