mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-23 04:39:28 +02:00
Backport #27181 by @silverwind The `.new-menu` was using a pseudo-element based fade-out effect. Replace this with a more modern mask-based effect which in this case required a child element to avoid fading out the background as well, so I applied it to child `new-menu-inner` which was present on all these menus except explore where I added it. There is no visual difference except that the items on the explore page have no `gap` between them any longer, making it consistent with other menus. Before and after: <img width="221" alt="Screenshot 2023-09-21 at 21 13 19" src=" |
||
---|---|---|
.. | ||
code.tmpl | ||
navbar.tmpl | ||
repo_list.tmpl | ||
repo_search.tmpl | ||
repos.tmpl | ||
search.tmpl | ||
user_list.tmpl | ||
users.tmpl |