Selaa lähdekoodia

fix: #537 delete chat button style

Yifei Zhang 1 vuosi sitten
vanhempi
commit
6420f61566
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      app/components/home.module.scss

+ 1 - 0
app/components/home.module.scss

@@ -157,6 +157,7 @@
   right: -20px;
   right: -20px;
   transition: all ease 0.3s;
   transition: all ease 0.3s;
   opacity: 0;
   opacity: 0;
+  cursor: pointer;
 }
 }
 
 
 .chat-item:hover > .chat-item-delete {
 .chat-item:hover > .chat-item-delete {