Explorar el Código

Fix background of signed-commits on arc-green (#12837)

Signed-off-by: Andrew Thornton <art27@cantab.net>
tags/v1.13.0-rc1
zeripath hace 3 años
padre
commit
ed2bdf455c
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      web_src/less/themes/theme-arc-green.less

+ 2
- 1
web_src/less/themes/theme-arc-green.less Ver fichero

@@ -1490,7 +1490,8 @@ a.ui.labels .label:hover {
}

.repository #commits-table td.sha .sha.label.isSigned .detail.icon,
.repository #repo-files-table .sha.label.isSigned .detail.icon {
.repository #repo-files-table .sha.label.isSigned .detail.icon,
.repository .timeline-item.commits-list .singular-commit .sha.label.isSigned .detail.icon {
background: none;
border-left-color: #888;
}

Cargando…
Cancelar
Guardar