Browse Source

[FIX] correct cart item style on mouse hover

Gogs 7 năm trước cách đây
mục cha
commit
a1ca71d6f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/CartItem.vue

+ 1 - 1
src/components/CartItem.vue

@@ -86,7 +86,7 @@
 
         &:hover
             transition-duration: 1s
-            border-bottom: 2px solid #0288d1
+            border-bottom: 2px solid #7c7bad
 
         .item-name
             width: 100%