浏览代码

remove underline on hover of buttons

trwnh 6 年之前
父节点
当前提交
f5d431e0b4
共有 1 个文件被更改,包括 5 次插入0 次删除
  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 {