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 {