Fixed issue to have logo clickable on focused search box. Click on "x" == clock on logo also (because of opacity=0) and will start notification popover. We do not want this. moved logo to layer behind.

This commit is contained in:
Martin Edenhofer 2015-01-21 13:15:05 +01:00
parent 5cb22714db
commit aee4c7bf92

View file

@ -2251,6 +2251,7 @@ footer {
.search.focused .logo {
opacity: 0;
z-index: -1;
}
.search .logo {