diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-19 11:07:26 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-06-20 08:54:09 +0200 |
| commit | 00f9b3ab21bf6ffbcffae3f04dfa91b52fbf32a3 (patch) | |
| tree | 072da2fcc6e1a79630280c20e97e2237faf73129 /templates | |
| parent | 753215596e279d34cb4a0c7ecd06a933e43b26e8 (diff) | |
use correct color for globalsearch-clear, fixes #4326
Closes #4326
Merge request studip/studip!3127
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/globalsearch/searchbar.php | 2 |
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'), |
