Skip to content

(Projects) PRs referenced in issue cards are wrongly colored in the dark theme #15424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 of 6 tasks
nadiamoe opened this issue Apr 12, 2021 · 0 comments · Fixed by #15429
Closed
1 of 6 tasks

(Projects) PRs referenced in issue cards are wrongly colored in the dark theme #15424

nadiamoe opened this issue Apr 12, 2021 · 0 comments · Fixed by #15429
Labels
topic/ui Change the appearance of the Gitea UI

Comments

@nadiamoe
Copy link
Contributor

nadiamoe commented Apr 12, 2021

  • Gitea version (or commit ref): 1.14.0
  • Operating system: Docker
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No

Description

When using the dark theme, the links to PRs in issue cards (#14183) are not readable as they are rendered in black. I believe this happens since the a element does not have any class.

This could be workarounded by giving this element the milestone class, or by creating a similar class of this item.

Screenshots

Screenshot 2021-04-12 at 12 58 03

@lunny lunny added the topic/ui Change the appearance of the Gitea UI label Apr 12, 2021
silverwind added a commit to silverwind/gitea that referenced this issue Apr 16, 2021
- Fix link colors
- Extract CSS to own file
- Various minor tweaks to make it look better

Fixes: go-gitea#15424
Fixes: go-gitea#15506
Fixes: go-gitea#15511
techknowlogick added a commit that referenced this issue Apr 20, 2021
* Project board improvements

- Fix link colors
- Extract CSS to own file
- Various minor tweaks to make it look better

Fixes: #15424
Fixes: #15506
Fixes: #15511

* fix squashed cards on small view area

* more css fixes, add second row from issue list

Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: 6543 <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
silverwind added a commit to silverwind/gitea that referenced this issue Apr 20, 2021
* Project board improvements

- Fix link colors
- Extract CSS to own file
- Various minor tweaks to make it look better

Fixes: go-gitea#15424
Fixes: go-gitea#15506
Fixes: go-gitea#15511

* fix squashed cards on small view area

* more css fixes, add second row from issue list

Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: 6543 <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
zeripath pushed a commit that referenced this issue Apr 20, 2021
* Project board improvements

- Fix link colors
- Extract CSS to own file
- Various minor tweaks to make it look better

Fixes: #15424
Fixes: #15506
Fixes: #15511

* fix squashed cards on small view area

* more css fixes, add second row from issue list

Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: 6543 <[email protected]>
Co-authored-by: techknowlogick <[email protected]>

Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: 6543 <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
@go-gitea go-gitea locked and limited conversation to collaborators Jun 4, 2021
AbdulrhmnGhanem pushed a commit to kitspace/gitea that referenced this issue Aug 10, 2021
* Project board improvements

- Fix link colors
- Extract CSS to own file
- Various minor tweaks to make it look better

Fixes: go-gitea#15424
Fixes: go-gitea#15506
Fixes: go-gitea#15511

* fix squashed cards on small view area

* more css fixes, add second row from issue list

Co-authored-by: Lunny Xiao <[email protected]>
Co-authored-by: 6543 <[email protected]>
Co-authored-by: techknowlogick <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/ui Change the appearance of the Gitea UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants