diff options
author | silverwind <me@silverwind.io> | 2021-05-19 05:16:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 05:16:02 +0200 |
commit | 370cfde35e5b54902cf335581f15fa1d43529b43 (patch) | |
tree | 75447fd2cc57481fb69c59934f02695768699cc7 /web_src/less/themes/theme-arc-green.less | |
parent | Restore token authentication for git http when 2FA active (#15915) (diff) | |
download | forgejo-370cfde35e5b54902cf335581f15fa1d43529b43.tar.xz forgejo-370cfde35e5b54902cf335581f15fa1d43529b43.zip |
Fix and restyle menu on code line (#15913)
* Fix and restyle menu on code line
* fix multiline and more tweaks
* move to separate files
* remove has-context-menu class
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '')
-rw-r--r-- | web_src/less/themes/theme-arc-green.less | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index c493a255c7..e638f3b461 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/web_src/less/themes/theme-arc-green.less @@ -153,12 +153,6 @@ background: #353945; } -.ui.link.list .item, -.ui.link.list a.item, -.ui.link.list .item a:not(.ui) { - color: #dbdbdb; -} - .ui.red.label, .ui.red.labels .label { background-color: #7d3434 !important; |