Browse Source

[FIX] undo hover color

Gogs 7 years ago
parent
commit
88c5300fa6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/common/CartItem.vue

+ 2 - 0
src/components/common/CartItem.vue

@@ -161,6 +161,8 @@
                             color: #ffc107
                         &.fa-money:hover
                             color: #4caf50
+                        &.fa-undo:hover
+                            color: #3f51b5
                         &.fa-trash:hover
                             color: #f44336
 </style>