diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-20 12:56:46 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-20 12:56:46 -0400 |
| commit | 3e6f1e6e2388bcab53c4ee7d680fa6504e82f74d (patch) | |
| tree | b1ca406ef091ded1b589af2d4656f72130e84037 /src/client/views/search/CheckBox.scss | |
| parent | c74396c0dcc5df9636481635beca64b5de71dde1 (diff) | |
collections almost theree
Diffstat (limited to 'src/client/views/search/CheckBox.scss')
| -rw-r--r-- | src/client/views/search/CheckBox.scss | 13 |
1 files changed, 9 insertions, 4 deletions
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; |
