comparison client/src/application/Search.vue @ 1207:70116d392387

close bottleneck list: made searchbar collapse only if it was collapsed before opening the bottleneck list will expand the searchbar, closing the bottleneck list was always collapsing the searchbar too. Now it stays open if it was open beforeopening the bottleneck list
author Markus Kottlaender <markus@intevation.de>
date Mon, 19 Nov 2018 13:02:48 +0100
parents 0900b341cef0
children 9d93968db2cd
comparison
equal deleted inserted replaced
1206:0900b341cef0 1207:70116d392387
27 .searchcontainer 27 .searchcontainer
28 margin-left: $offset 28 margin-left: $offset
29 height: $icon-height 29 height: $icon-height
30 30
31 .searchbar-expanded 31 .searchbar-expanded
32 min-width: 568px 32 min-width: 600px
33 .searchbar 33 .searchbar
34 border-top-left-radius: 0 !important 34 border-top-left-radius: 0 !important
35 border-bottom-left-radius: 0 !important 35 border-bottom-left-radius: 0 !important
36 36
37 .searchbar-collapsed 37 .searchbar-collapsed