1
0
Эх сурвалжийг харах

remove underline on hover of buttons

trwnh 6 жил өмнө
parent
commit
f5d431e0b4

+ 5 - 0
resources/assets/sass/custom.scss

@@ -320,6 +320,11 @@ body, button, input, textarea {
       font-size: 1.575rem;
       line-height: 1;
   }
+  
+  .reactions button:hover {
+      text-decoration: none
+  }
+  
 }
 
 .touch .card {