From 8fb0ec985ae30ea476b1d1a710bc4a5011d0aaa3 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sun, 19 Feb 2017 12:27:59 +0100 Subject: [PATCH] Fix button hover in Firefox. --- src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.scss b/src/App.scss index 34c7ee74..b0e1b7bc 100644 --- a/src/App.scss +++ b/src/App.scss @@ -32,6 +32,10 @@ a { button{ border: none; border-radius: 5px; + + &:hover { + background-color: white; + } } .container {