diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-03 02:22:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 20:22:26 -0400 |
commit | d0a18a12704360c06cf48b586956148a17a4505a (patch) | |
tree | ff3e08b375af392162784c2a2a10daf2f6109b35 /web_src | |
parent | a1ad188326f9af633d2be0920a140275a4972bfe (diff) | |
download | gitea-d0a18a12704360c06cf48b586956148a17a4505a.tar.gz gitea-d0a18a12704360c06cf48b586956148a17a4505a.zip |
Show full GPG commit status on PR commit history (#11702)
* Show full GPG commit status on PR commit history
* move shabox badge to separate template
* unnecessary $
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src')
-rw-r--r-- | web_src/less/_repository.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index efb89d5adf..b387d16079 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -1427,7 +1427,8 @@ } #commits-table td.sha .sha.label, - #repo-files-table .sha.label { + #repo-files-table .sha.label, + .timeline-item.commits-list .singular-commit .sha.label { border: 1px solid #bbbbbb; .ui.signature.avatar { |