You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/repo
silverwind 8717c1c2be
Fix menu buttons in issues and release (#30056)
Fix regression from https://github.com/go-gitea/gitea/pull/30033

These buttons had lost their border because `.ui.header` sets `none` but
`.ui.menu` has it, after the migration, the order of styles changed and
header won. I see no reason why those have the `header` class in first
place, besides for semantic meaning.

Before:
<img width="491" alt="Screenshot 2024-03-25 at 00 39 27"
src="https://github.com/go-gitea/gitea/assets/115237/fa1b7505-75cf-4854-a97f-db3c46f31e93">

After:
<img width="496" alt="Screenshot 2024-03-25 at 00 39 14"
src="https://github.com/go-gitea/gitea/assets/115237/8f6bdc07-9596-436b-8c82-9af283300004">
11 months ago
..
actions Migrate margin and padding helpers to tailwind (#30043) 11 months ago
branch Migrate margin and padding helpers to tailwind (#30043) 11 months ago
cite Fix Citation modal responsiveness and clipboard copy (#29799) 11 months ago
code Migrate margin and padding helpers to tailwind (#30043) 11 months ago
diff Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
editor Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
find Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
graph Migrate margin and padding helpers to tailwind (#30043) 11 months ago
issue Fix menu buttons in issues and release (#30056) 11 months ago
migrate Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
projects Migrate margin and padding helpers to tailwind (#30043) 11 months ago
pulls Migrate margin and padding helpers to tailwind (#30043) 11 months ago
release Migrate margin and padding helpers to tailwind (#30043) 11 months ago
settings Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
tag Migrate margin and padding helpers to tailwind (#30043) 11 months ago
wiki Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
activity.tmpl Implement recent commits graph (#29210) 12 months ago
blame.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
branch_dropdown.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
clone_buttons.tmpl Refactor clone-panel styles (#29861) 11 months ago
clone_script.tmpl Fix URL calculation in clone input box (#29470) 11 months ago
code_frequency.tmpl Implement code frequency graph (#29191) 12 months ago
commit_load_branches_and_tags.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
commit_page.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
commit_status.tmpl Restore warning commit status (#27504) 1 year ago
commit_statuses.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago
commits.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
commits_list.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
commits_list_small.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
commits_search_dropdown.tmpl Unify search boxes (#29530) 11 months ago
commits_table.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
contributors.tmpl Deduplicate translations for contributors graph (#29256) 12 months ago
create.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
create_helper.tmpl Remove incorrect and unnecessary Escape from templates (#29394) 11 months ago
empty.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
file_info.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
forks.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
graph.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
header.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
home.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
icon.tmpl Replace 10 more gt- classes with tw- (#29945) 11 months ago
latest_commit.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
navbar.tmpl Implement recent commits graph (#29210) 12 months ago
packages.tmpl Fix inconsistent user profile layout across tabs (#25625) 2 years ago
pulse.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
recent_commits.tmpl Implement recent commits graph (#29210) 12 months ago
release_tag_header.tmpl Fix menu buttons in issues and release (#30056) 11 months ago
search.tmpl Unify search boxes (#29530) 11 months ago
search_name.tmpl Clean template/helper.go (#23922) 2 years ago
shabox_badge.tmpl cleanup locale function usage (#27227) 1 year ago
star_unstar.tmpl Refactor star/watch button (#29576) 11 months ago
sub_menu.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
unicode_escape_prompt.tmpl Replace some `gt-` classes with `tw-` (#29570) 11 months ago
upload.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago
user_cards.tmpl Remove unnecessary "Safe" modifier from templates (#29318) 12 months ago
view_file.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
view_list.tmpl Migrate margin and padding helpers to tailwind (#30043) 11 months ago
watch_unwatch.tmpl Refactor star/watch button (#29576) 11 months ago
watchers.tmpl Fix user-cards format (#24428) 2 years ago