From 3e6f1e6e2388bcab53c4ee7d680fa6504e82f74d Mon Sep 17 00:00:00 2001 From: Monika Date: Thu, 20 Jun 2019 12:56:46 -0400 Subject: collections almost theree --- src/client/views/search/CheckBox.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/client/views/search/CheckBox.scss') diff --git a/src/client/views/search/CheckBox.scss b/src/client/views/search/CheckBox.scss index 3f1126948..582d24e72 100644 --- a/src/client/views/search/CheckBox.scss +++ b/src/client/views/search/CheckBox.scss @@ -20,6 +20,15 @@ border-style: solid; border-color: $alt-accent; border-width: 2px; + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; + } + + .check-container:hover ~ .check-box { + background-color: $intermediate-color; + } .check-container { @@ -29,10 +38,6 @@ z-index: 1000; } - .box:hover { - background-color: $intermediate-color; - } - .checkmark { z-index: 1000; position: absolute; -- cgit v1.2.3-70-g09d2