aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-06-19 11:07:26 +0000
committerJan-Hendrik Willms <tleilax+github@gmail.com>2024-06-20 08:54:16 +0200
commitb75af28e015e8b9c91275017f38103186187ac48 (patch)
tree9f0ec26f0c9f173c7c29fac51590e7b48a54c31b
parent83e8f1aa97959f1ffb1f5233833a63941e316d22 (diff)
use correct color for globalsearch-clear, fixes #4326
Closes #4326 Merge request studip/studip!3127
-rw-r--r--templates/globalsearch/searchbar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/globalsearch/searchbar.php b/templates/globalsearch/searchbar.php
index 837931c..9aaa335 100644
--- a/templates/globalsearch/searchbar.php
+++ b/templates/globalsearch/searchbar.php
@@ -11,7 +11,7 @@
aria-expanded="false"
aria-controls="globalsearch-list"
aria-label="Suche nach Objekten und Personen in Stud.IP">
- <?= Icon::create('decline', Icon::ROLE_INACTIVE)->asInput([
+ <?= Icon::create('decline')->asInput([
'id' => 'globalsearch-clear',
'class' => 'hidden-small-down',
'alt' => _('Suche zurücksetzen'),