Explorar el Código

UI: Remove CSS rule making last-commit SHA bold

This removes remains from old design, that was not cleaned by previous #2068 PR.
Adam Strzelecki hace 9 años
padre
commit
c5e249c0be
Se han modificado 2 ficheros con 0 adiciones y 7 borrados
  1. 0 3
      public/css/gogs.css
  2. 0 4
      public/less/_repository.less

+ 0 - 3
public/css/gogs.css

@@ -1863,9 +1863,6 @@ footer .container .links > *:first-child {
   position: relative;
   width: 325%;
 }
-.repository.file.list #repo-files-table thead th .ui.sha.label {
-  font-weight: bold;
-}
 .repository.file.list #repo-files-table thead .ui.avatar {
   margin-bottom: 5px;
 }

+ 0 - 4
public/less/_repository.less

@@ -152,10 +152,6 @@
 						position: relative;
 						width: 325%;
 					}
-
-					.ui.sha.label {
-					  font-weight: bold;
-					}
 				}
 				.ui.avatar {
 					margin-bottom: 5px;