diff options
| author | madelinegr <monika_hedman@brown.edu> | 2019-06-11 18:07:38 -0400 |
|---|---|---|
| committer | madelinegr <monika_hedman@brown.edu> | 2019-06-11 18:07:38 -0400 |
| commit | fbcbbb2dc3dcb59f3389de0e4cc11283a7e4d87a (patch) | |
| tree | 9c9a1e9c39a89c67d049c1fd540055451a953b4a /src/client/views/search/ToggleBar.scss | |
| parent | b0b75c59bc5e1efcef54f70ac6c92e415707590a (diff) | |
end of day 6/11
Diffstat (limited to 'src/client/views/search/ToggleBar.scss')
| -rw-r--r-- | src/client/views/search/ToggleBar.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/search/ToggleBar.scss b/src/client/views/search/ToggleBar.scss index caae354ee..353db792d 100644 --- a/src/client/views/search/ToggleBar.scss +++ b/src/client/views/search/ToggleBar.scss @@ -13,9 +13,9 @@ width: 100px; text-align: center; -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; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; } } |
