diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-19 12:27:59 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-19 12:27:59 +0100 |
| commit | 8fb0ec985ae30ea476b1d1a710bc4a5011d0aaa3 (patch) | |
| tree | f4b36a8594dde6b0b6aa8758a18fe623e1b9cfc0 | |
| parent | 5f74ae8de5bb94fa3a277dc2f0b0a8dbdb0bf879 (diff) | |
Fix button hover in Firefox.
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
