Skip to content
Snippets Groups Projects
Commit 45ed79fb authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

use correct color for globalsearch-clear, fixes #4326

Closes #4326

Merge request studip/studip!3127
parent 0f00e52f
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
aria-expanded="false" aria-expanded="false"
aria-controls="globalsearch-list" aria-controls="globalsearch-list"
aria-label="Suche nach Objekten und Personen in Stud.IP"> aria-label="Suche nach Objekten und Personen in Stud.IP">
<?= Icon::create('decline', Icon::ROLE_INACTIVE)->asInput([ <?= Icon::create('decline')->asInput([
'id' => 'globalsearch-clear', 'id' => 'globalsearch-clear',
'class' => 'hidden-small-down', 'class' => 'hidden-small-down',
'alt' => _('Suche zurücksetzen'), 'alt' => _('Suche zurücksetzen'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment