From 68bc0d2b439b1901e70ff7decfb7310ca193e81b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 19 Oct 2020 04:12:58 -0700 Subject: [PATCH] Add hover state --- src/components/Segment/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Segment/index.css b/src/components/Segment/index.css index 7cf1996c..77b4673b 100644 --- a/src/components/Segment/index.css +++ b/src/components/Segment/index.css @@ -11,8 +11,8 @@ display: none; } -.Segment > input + label { - +.Segment:hover > label { + background: #e0e0e0; } .Segment > input:checked + label {