Skip to content

morph search ie fix #378

@harrybigspring

Description

@harrybigspring

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):
search-close

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;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions