We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39daf7e commit 9a80d3fCopy full SHA for 9a80d3f
magithub-ci.el
@@ -217,8 +217,9 @@ we'll hit the API) if Magithub is offline."
217
(magit-insert-heading)
218
(magit-insert-section (magithub-ci-status-meta)
219
(insert (concat indent
220
- (propertize "Checks for ref: " 'face 'magit-section-heading)
221
- (propertize ref 'face 'magit-branch-local)))
+ (propertize (concat "Checks for ref: "
+ (propertize ref 'face 'magit-branch-local))
222
+ 'face 'magit-dimmed)))
223
(magit-insert-heading))
224
(dolist (status (alist-get 'statuses checks))
225
(magit-insert-section (magithub-ci-status
0 commit comments