From feaa932d0873aabf6d9a77cbcf9ee63147daa729 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Fri, 3 Feb 2017 00:28:05 +0100 Subject: Add rebass button hover style --- frontend/src/global-styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/src') diff --git a/frontend/src/global-styles.css b/frontend/src/global-styles.css index 4b644b66..b55284c7 100644 --- a/frontend/src/global-styles.css +++ b/frontend/src/global-styles.css @@ -7,4 +7,8 @@ body { line-height: 1.5; color: #111; background-color: #fff; +} + +.Button:hover { + box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.125); } \ No newline at end of file -- cgit