1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-01 12:36:26 +01:00
gitea/web_src/js/components
silverwind f109b97ddd
Fix CSS stacking context issue in actions log (#36749)
`ansi_up` sets `opacity:.7` on faint text which causes a CSS stacking
context to be created that results in all "faint" elements rendering
above the header:

<img width="889" height="102" alt="Screenshot 2026-02-25 at 16 42 57"
src="https://github.com/user-attachments/assets/2602ba88-e7e5-4d09-8f29-4ca6c0297ebc"
/>

Fix it by adding a z-index to the header so it also has its own stacking
context and renders above:

<img width="890" height="94" alt="Screenshot 2026-02-25 at 16 42 41"
src="https://github.com/user-attachments/assets/760f99a8-e230-4022-8213-e88c16831850"
/>
2026-02-26 22:35:21 +00:00
..
ActionRunStatus.vue Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
ActivityHeatmap.vue Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
ContextPopup.vue Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
DashboardRepoList.vue Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
DiffCommitSelector.vue Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
DiffFileTree.vue Fix and enhance comment editor monospace toggle (#36181) 2026-01-26 14:19:47 +00:00
DiffFileTreeItem.vue Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
PullRequestMergeForm.vue Replace CSRF cookie with CrossOriginProtection (#36183) 2025-12-25 12:33:34 +02:00
RepoActionView.test.ts Color command/error logs in Actions log (#36538) 2026-02-06 23:05:32 +08:00
RepoActionView.vue Fix CSS stacking context issue in actions log (#36749) 2026-02-26 22:35:21 +00:00
RepoActivityTopAuthors.vue Remove and forbid @ts-expect-error (#36513) 2026-02-02 01:00:34 +08:00
RepoBranchTagSelector.vue Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
RepoCodeFrequency.vue Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
RepoContributors.vue Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
RepoFileSearch.vue Add keyboard shortcuts for repository file and code search (#36416) 2026-02-23 17:20:56 +08:00
RepoRecentCommits.vue Refactor text utility classes to Tailwind CSS (#36703) 2026-02-22 22:56:33 +00:00
ViewFileTree.vue Enable TypeScript strictNullChecks (#35843) 2025-12-03 02:13:16 +00:00
ViewFileTreeItem.vue Show edit page confirmation dialog on tree view file change (#36130) 2025-12-20 02:29:39 +01:00
ViewFileTreeStore.ts Fix file-tree ui error when adding files to repo without commits (#36312) 2026-01-08 12:04:51 -08:00
WorkflowGraph.vue feat: Add workflow dependencies visualization (#36248) 2026-02-23 21:11:33 +08:00