Update button background color when hovering on dashboard

This commit is contained in:
Jean-Baptiste Bellet
2023-09-05 17:36:23 +02:00
parent 5df211137e
commit ccc59926f1

View File

@@ -230,7 +230,7 @@ div.dashboard_item {
}
&:hover {
background-color: $spree-green;
background-color: $color-10;
}
&.bottom {