Minor fix

This commit is contained in:
Alexander Agnarson 2020-08-19 11:27:23 +02:00
parent 8b05e0bdb5
commit 9ce54422d7

View file

@ -568,7 +568,7 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4); }
/* header : search
/* ------------------------------------ */
.toggle-search { background: transparent; z-index: 3; color: #fff; font-size: 18px; line-height: 24px; cursor: pointer; padding: 11px 20px; border: 0; display: block; position: absolute; right: 0; top: -50px;
.toggle-search { background: transparent; outline: none; z-index: 3; color: #fff; font-size: 18px; line-height: 24px; cursor: pointer; padding: 11px 20px; border: 0; display: block; position: absolute; right: 0; top: -50px;
box-shadow: -1px 0 0 rgba(255,255,255,0.1); }
.toggle-search:hover,
.toggle-search.active { background: rgba(0,0,0,0.15); color: #fff; }