Sfoglia il codice sorgente

add .cart_item:hover

visuddhinanda 2 anni fa
parent
commit
38058acca9
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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;
+}