Browse Source

add .cart_item:hover

visuddhinanda 2 years ago
parent
commit
38058acca9
1 changed files with 8 additions and 0 deletions
  1. 8 0
      dashboard/src/components/template/SentEdit/style.css

+ 8 - 0
dashboard/src/components/template/SentEdit/style.css

@@ -4,3 +4,11 @@
 .sentence.ant-typography p {
   margin: 0;
 }
+
+.cart_delete {
+  visibility: hidden;
+}
+
+.cart_item:hover .cart_delete {
+  visibility: unset;
+}