From f5d431e0b40561ee0b0e20bb33e6ba026c65036e Mon Sep 17 00:00:00 2001 From: trwnh Date: Fri, 22 Mar 2019 00:47:09 -0500 Subject: [PATCH] remove underline on hover of buttons --- resources/assets/sass/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 71736ecb5..039fd5d5b 100644 --- a/resources/assets/sass/custom.scss +++ b/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 {