hide the search on logged out homepage

This commit is contained in:
Connor Turland 2016-08-15 16:16:25 -04:00
parent 50bafaca67
commit 585cd7035c

View file

@ -8,14 +8,8 @@
} }
.unauthenticated { .unauthenticated {
.homePage .sidebarSearchIcon { .homePage .sidebarSearch {
border-radius: 2px; display: none;
}
.homePage .sidebarSearchField,
.homePage .sidebarSearch .tt-hint {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
} }
} }