Merge pull request #11931 from drummer83/Dashboard_v3_pointer

Fix colour of the arrow when hovering the change package area in dashboard
This commit is contained in:
David Cook
2023-12-12 14:19:23 +11:00
committed by GitHub

View File

@@ -74,7 +74,7 @@
&:hover {
&:after {
border-top-color: $spree-green;
border-top-color: $orient;
}
}