Skip to content

Commit

Permalink
Merge pull request #39 from ronilaukkarinen/revert-38-master
Browse files Browse the repository at this point in the history
Revert "Fix search icon overlaping with the long search input placeholder text"
  • Loading branch information
ronilaukkarinen authored Jul 3, 2023
2 parents e92f6e8 + 04d21a5 commit 40575cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions layout-multiple-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -2137,8 +2137,7 @@ body.embed .button.logo-button:hover,

/* Misc UI fixes */
.layout-multiple-columns .search__icon .fa.active {
background-color: var(--color-mud);
opacity: 1;
opacity: .6;
}

/* Explore -> For you shade in bio */
Expand Down
3 changes: 1 addition & 2 deletions layout-single-column.css
Original file line number Diff line number Diff line change
Expand Up @@ -2097,8 +2097,7 @@ body.embed .button.logo-button:hover,

/* Misc UI fixes */
.layout-single-column .search__icon .fa.active {
background-color: var(--color-mud);
opacity: 1;
opacity: .6;
}

/* Explore -> For you shade in bio */
Expand Down

0 comments on commit 40575cd

Please sign in to comment.