Skip to content

Fix code-expansion arc-green theme bug #10180

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

Merged
merged 4 commits into from
Feb 7, 2020
Merged

Conversation

6543
Copy link
Member

@6543 6543 commented Feb 7, 2020

close #10179

new look:
Bildschirmfoto zu 2020-02-07 19-16-06

Copy link
Member

@jolheiser jolheiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the very least I think we should avoid !important if we can, but after that I will approve regardless of other suggestion.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Feb 7, 2020
@silverwind
Copy link
Member

Would suggest background-color: rgba(0,0,0,0.1) instead of defining a new RGB color just for this. Also, the color difference seems really low on your screenshot, I would go with something between 0.1 and 0.2.

@6543
Copy link
Member Author

6543 commented Feb 7, 2020

@silverwind your solution doesn't work ...

@silverwind
Copy link
Member

It work does for me:

td.blob-excerpt {
    background-color: rgba(0,0,0,.2);
}

@6543
Copy link
Member Author

6543 commented Feb 7, 2020

just noticed it need td if we like to remove important ...

@6543
Copy link
Member Author

6543 commented Feb 7, 2020

@silverwind I'll test your solutin with td again ...

@silverwind
Copy link
Member

Yes, match the selector exactly from the base style.

@6543
Copy link
Member Author

6543 commented Feb 7, 2020

ok works - changed
PS: I used 0.1 because 0.2 was to intensive ... in my option ...

@silverwind
Copy link
Member

0.1 seems to light to me. Maybe meet in the middle at 0.15?

@jolheiser
Copy link
Member

And when it's settled, a new screenshot please. 🙂

@6543
Copy link
Member Author

6543 commented Feb 7, 2020

@jolheiser pull desc updated

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@11995bf). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #10180   +/-   ##
=========================================
  Coverage          ?   43.42%           
=========================================
  Files             ?      576           
  Lines             ?    79642           
  Branches          ?        0           
=========================================
  Hits              ?    34582           
  Misses            ?    40784           
  Partials          ?     4276

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11995bf...83d94d1. Read the comment docs.

@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Feb 7, 2020
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Feb 7, 2020
@sapk sapk added type/bug topic/ui Change the appearance of the Gitea UI labels Feb 7, 2020
@sapk sapk added this to the 1.12.0 milestone Feb 7, 2020
@sapk sapk merged commit 11789ae into go-gitea:master Feb 7, 2020
@6543 6543 deleted the fix-dark-css branch February 7, 2020 20:27
6543 added a commit to 6543-forks/gitea that referenced this pull request Feb 7, 2020
* fix code-expansion theme bug

* working solution without important

* no new color

* the midle
@sapk sapk added backport/done All backports for this PR have been created backport/v1.11 labels Feb 7, 2020
sapk pushed a commit that referenced this pull request Feb 7, 2020
* fix code-expansion theme bug

* working solution without important

* no new color

* the midle
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport/done All backports for this PR have been created lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. topic/ui Change the appearance of the Gitea UI type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Theme] [Bug] arc-green
7 participants