fix search form icon colors

This commit is contained in:
Martin Filipovic Hinrichs 2026-06-11 11:12:07 +02:00
parent 9c05aeea52
commit 45769367b2

View file

@ -154,6 +154,13 @@ strong {
}
}
.icon {
color: #878787;
}
.icon:hover {
color: $sw-color-brand-primary;
}
.header-search-btn,
.header-close-btn {
background-color: #fff;
@ -166,6 +173,10 @@ strong {
}
}
.header-close-btn {
padding-top: 0;
}
.header-search-icon {
vertical-align: text-top;
}