dmitri.shuralyov.com/app/changes/...

cmd/gerritchanges: Remove global anchor style for issuesapp.

It's not needed and not used; issuesapp provides its own anchor styles
where needed.
dmitshur committed 6 years ago commit ab0f5c2f8bfd047c37fcca416c04327dc976699a
Collapse all
cmd/gerritchanges/main.go
@@ -64,18 +64,10 @@ func main() {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: initial;
		color: #373a3c;
	}
	a {
		color: #0275d8;
		text-decoration: none;
	}
	a:focus, a:hover {
		color: #014c8c;
		text-decoration: underline;
	}
	.btn {
		font-size: 11px;
		line-height: 11px;
		border-radius: 4px;
		border: solid #d2d2d2 1px;