Procházet zdrojové kódy

remove underline on hover of buttons

trwnh před 6 roky
rodič
revize
f5d431e0b4
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      resources/assets/sass/custom.scss

+ 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 {