Skip to content
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

fix input[type=file] on dark theme #10382

Merged
merged 2 commits into from
Feb 20, 2020

Conversation

silverwind
Copy link
Member

Synced list of input selectors from current Fomantic which fixes background for the file type:

Before:

After:

image

@techknowlogick techknowlogick added the topic/ui Change the appearance of the Gitea UI label Feb 20, 2020
@techknowlogick techknowlogick added this to the 1.12.0 milestone Feb 20, 2020
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Feb 20, 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 20, 2020
@codecov-io
Copy link

Codecov Report

Merging #10382 into master will decrease coverage by 0.02%.
The diff coverage is 69.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10382      +/-   ##
==========================================
- Coverage   43.74%   43.72%   -0.03%     
==========================================
  Files         585      586       +1     
  Lines       81027    81113      +86     
==========================================
+ Hits        35446    35466      +20     
- Misses      41200    41256      +56     
- Partials     4381     4391      +10
Impacted Files Coverage Δ
modules/indexer/code/indexer.go 42.62% <ø> (ø) ⬆️
routers/home.go 46.8% <0%> (-0.81%) ⬇️
modules/setting/indexer.go 91.89% <100%> (+0.22%) ⬆️
routers/repo/search.go 65.62% <100%> (+4.91%) ⬆️
modules/git/repo_language_stats.go 66.17% <100%> (+1.31%) ⬆️
modules/indexer/code/wrapped.go 40.74% <66.66%> (ø) ⬆️
modules/indexer/code/bleve.go 64.7% <68.83%> (-0.06%) ⬇️
modules/indexer/code/search.go 80.45% <70%> (+0.94%) ⬆️
modules/analyze/code_langauge.go 81.25% <81.25%> (ø)
modules/indexer/stats/db.go 40.62% <0%> (-28.13%) ⬇️
... and 14 more

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 8679e35...d934094. Read the comment docs.

@jolheiser jolheiser merged commit 4efc365 into go-gitea:master Feb 20, 2020
@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
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants