generated from Seekra/repository-template
adapt the color of the magnifying glass search icon to the color scheme
This commit is contained in:
@@ -48,7 +48,7 @@ const submitSearch = function () {
|
||||
required
|
||||
/>
|
||||
<button type="submit" class="search-button">
|
||||
<Icon name="magnifying-glass" size="1.1em" />
|
||||
<Icon class="search-icon" name="magnifying-glass" size="1.1em" />
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
@@ -96,6 +96,10 @@ const submitSearch = function () {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.search-button .search-icon {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.search-button:hover {
|
||||
background: var(--primary-color-l-1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user