[PR #5128] [MERGED] fix fading menu in arc-green theme #17657

Closed
opened 2025-11-02 14:48:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5128
Author: @glaszig
Created: 10/19/2018
Status: Merged
Merged: 10/20/2018
Merged by: @techknowlogick

Base: masterHead: patch-1


📝 Commits (5)

  • 76e4f9a fix fading menu in arc-green theme
  • 98ea033 Merge branch 'master' into patch-1
  • 0e70628 Merge branch 'master' into patch-1
  • da57048 Generate minimized css
  • 099f69a compiled arc-green.less to apply changes from 76e4f9a58

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

📝 public/css/theme-arc-green.css (+1 -1)
📝 public/less/themes/arc-green.less (+5 -0)

📄 Description

the menu faded white because it missed proper styling.
only visible on viewports narrower than 1200px.

before after
before after

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/5128 **Author:** [@glaszig](https://github.com/glaszig) **Created:** 10/19/2018 **Status:** ✅ Merged **Merged:** 10/20/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (5) - [`76e4f9a`](https://github.com/go-gitea/gitea/commit/76e4f9a58d620f121f3d982ab6135d28edac1895) fix fading menu in arc-green theme - [`98ea033`](https://github.com/go-gitea/gitea/commit/98ea03318818f1f3cc5097f1e5b1e75ebea2533c) Merge branch 'master' into patch-1 - [`0e70628`](https://github.com/go-gitea/gitea/commit/0e706286c2b3f4c2e7729ae42095148f0f8d1c73) Merge branch 'master' into patch-1 - [`da57048`](https://github.com/go-gitea/gitea/commit/da570489603219b11f2eb8810a8ed98fd1b32b8f) Generate minimized css - [`099f69a`](https://github.com/go-gitea/gitea/commit/099f69a6d54f33ed9460ae9c4230670d665ce2d0) compiled arc-green.less to apply changes from 76e4f9a58 ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `public/css/theme-arc-green.css` (+1 -1) 📝 `public/less/themes/arc-green.less` (+5 -0) </details> ### 📄 Description the menu faded white because it missed proper styling. only visible on viewports narrower than 1200px. | before | after | |--------|-------| | <img width="127" alt="before" src="https://user-images.githubusercontent.com/201135/47248501-1cefb380-d40b-11e8-8395-2e0a825f651f.png"> | <img width="125" alt="after" src="https://user-images.githubusercontent.com/201135/47248505-27aa4880-d40b-11e8-86e0-1672915ffa76.png"> | --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 14:48:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17657