mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
Fix search icon wrong color
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
/* Public search bar icon (in partials/search-bar.php) */
|
||||
/* Scoped to forms that are NOT inside .header-search-wrap */
|
||||
form[role="search"]:not(.header-search-form) > svg {
|
||||
.search-bar-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
flex-shrink: 0;
|
||||
fill: var(--text-tertiary);
|
||||
fill: var(--accent-primary);
|
||||
margin-right: var(--space-2xs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user