Increase search input CSS specificity

This commit is contained in:
Tiago Noronha 2018-04-23 16:55:01 +01:00
parent 31d489a4ba
commit 75a4b1b294
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -347,11 +347,11 @@ p.wc-products-display-options__option-description {
}
}
.wc-products-list-card__search {
input[type="search"] {
position: relative;
width: 100%;
margin: 0;
padding: 1em 1.25em 1em 3em!important; // Override Gutenberg input style.
padding: 1em 1.25em 1em 3em; // Override Gutenberg input style.
border-radius: 0;
background: transparent;
border-color: $color__border;