logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 8fb0ec985ae30ea476b1d1a710bc4a5011d0aaa3
parent: 5f74ae8de5bb94fa3a277dc2f0b0a8dbdb0bf879
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sun, 19 Feb 2017 12:27:59 +0100

Fix button hover in Firefox.

Diffstat:

Msrc/App.scss4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -32,6 +32,10 @@ a { button{ border: none; border-radius: 5px; + + &:hover { + background-color: white; + } } .container {