Browse Source

remove underline on hover of buttons

trwnh 6 years ago
parent
commit
f5d431e0b4
1 changed files with 5 additions and 0 deletions
  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 {