-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
If we intend on including morph search into Monolith then we need to remove the css transform rules from the _morph-search.scss and include a background image for the close icon in /assets/img
Attached image (it's a white X on a transparent BG so you cant see it):

Then in _morph-search.scss add this rule to the .morphsearch-close class:
background-image: url("../img/search-close.png");
It also looks like you will need to rename the png as github has gave it some crazy long one
You need to set any submit rules to the ie.css file in assets/css and important them with this:
.morphsearch-submit {
top: 0 !important;
margin-right: 2rem;
}
Reactions are currently unavailable