diff options
author | JakobDev <jakobdev@gmx.de> | 2023-05-30 17:26:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 15:26:51 +0000 |
commit | 1b115296d3f2f396eebcb40d79aea814d282edaf (patch) | |
tree | 6cb848392a0ddd785d12b1fa5dd569015fe9d221 /web_src | |
parent | faae819f5d8a662ec2df88205ab6d9b1871f1dd1 (diff) | |
download | gitea-1b115296d3f2f396eebcb40d79aea814d282edaf.tar.gz gitea-1b115296d3f2f396eebcb40d79aea814d282edaf.zip |
Followup to pinned Issues (#24945)
This addressees some things from #24406 that came up after the PR was
merged. Mostly from @delvh.
---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: delvh <dev.lh@web.de>
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/css/repo.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 05f0019020..1f870658d5 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -3419,14 +3419,6 @@ tbody.commit-list { background: var(--color-card); } -.pinned-issue-card .meta a { - color: inherit; -} - -.pinned-issue-card .meta a:hover { - color: var(--color-primary); -} - .pinned-issue-icon, .pinned-issue-unpin { margin-top: 1px; |