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:
parent
5cb22714db
commit
aee4c7bf92
1 changed files with 1 additions and 0 deletions
|
@ -2251,6 +2251,7 @@ footer {
|
|||
|
||||
.search.focused .logo {
|
||||
opacity: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.search .logo {
|
||||
|
|
Loading…
Reference in a new issue