diff options
| author | Andy Rickert <andrew_rickert@brown.edu> | 2020-04-22 01:58:17 -0700 |
|---|---|---|
| committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-04-22 01:58:17 -0700 |
| commit | 0e192cd810be35c9c81cd93e8f4d550d8fe02d59 (patch) | |
| tree | e9f6e487374c654fbcfed840bd72b4cba41fd047 /src/client/views/search/SearchBox.scss | |
| parent | a4ed4ba21dbbc802f3512d3c06fdc94a38f56e87 (diff) | |
document buttons change on hover and click
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index c13873b1a..e3b3de898 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -131,8 +131,7 @@ color: grey; transform-origin: top; border-top: 0px; - margin-left: 10px; - margin-right: 10px; + overflow:hidden; transition:height 0.3s ease-out; height:0px; @@ -144,29 +143,28 @@ color: grey; transform-origin: top; border-top: 0px; - margin-left: 10px; - margin-right: 10px; overflow:hidden; transition:height 0.3s ease-out; height:0px; - .filter-keybar { - display: flex; - flex-wrap: wrap; - justify-content: space-evenly; - height: auto; - width: 100%; - flex-direction: row-reverse; - margin-top:5px; - - .filter-item { - position: relative; - border:1px solid grey; - border-radius: 16px; - - } - } - + .labelBox-mainButton:hover{ + color:"White"; + } + // .filter-keybar { + // display: flex; + // flex-wrap: wrap; + // justify-content: space-evenly; + // height: auto; + // width: 100%; + // flex-direction: row-reverse; + // margin-top:5px; + + // .filter-item { + // position: relative; + // border:1px solid grey; + // border-radius: 16px; + // } + // } } } |
