diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2025-03-04 14:10:02 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-04 14:10:02 +0000 |
| commit | 6af9de5fb177efec9d29492d9caeac6ba72bccc1 (patch) | |
| tree | 6e1462f1cfcd8db335144b49a77d137e61215298 /templates | |
| parent | 9079d06fea1ddd69095d2d7ce1cb4c7649e7f158 (diff) | |
Schnellsuche: Ausklappfenster hängt zu weit links
Closes #5274
Merge request studip/studip!4003
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 9aaa335..8f6e95a 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')->asInput([ + <?= Icon::create('decline', Icon::ROLE_INFO_ALT)->asInput([ 'id' => 'globalsearch-clear', 'class' => 'hidden-small-down', 'alt' => _('Suche zurücksetzen'), |
