aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.scss
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-04-08 23:23:52 -0700
committerAndy Rickert <andrew_rickert@brown.edu>2020-04-08 23:23:52 -0700
commit1bbbb660e8f1f5e0165e4ab6d3d4ac1340cb2e23 (patch)
tree0a8c1d038522bbbc70748575516b7cc1e82202e1 /src/client/views/search/SearchBox.scss
parentfac740378a9eeaeb0af4567f6402120aba8bd62e (diff)
menu no longer buried under search resuslts, filter booleans now passed onto new search docs, and minor ui tweaks
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
-rw-r--r--src/client/views/search/SearchBox.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss
index f0223ca76..804a623f7 100644
--- a/src/client/views/search/SearchBox.scss
+++ b/src/client/views/search/SearchBox.scss
@@ -44,9 +44,11 @@
&.searchBox-filter {
align-self: stretch;
+ button{
+ transform:none;
+ }
button:hover{
- transform:scale(1.0);
- background:"#121721";
+ transform:none;
}
}
@@ -95,7 +97,7 @@
background: #121721;
flex-direction: column;
transform-origin: top;
- transition: height 0.3s ease, display 0.6s ease;
+ transition: height 0.3s ease, display 0.6s ease, overflow 0.6s ease;
height:0px;
overflow:hidden;