소스 검색

[FIX] correct cart item style on mouse hover

Gogs 7 년 전
부모
커밋
a1ca71d6f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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%