Skip to content

Commit 777015c

Browse files
Use crispEdges rendering for octicon-internal-repo (#11801)
* Use crispEdges rendering for octicon-internal-repo * Update _svg.less Co-authored-by: techknowlogick <[email protected]>
1 parent 27a6e03 commit 777015c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web_src/less/_svg.less

+8
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
66
.middle & {
77
vertical-align: middle;
88
}
9+
10+
// https://github.com/go-gitea/gitea/pull/11771
11+
// https://github.com/go-gitea/gitea/pull/11801
12+
// https://bugzilla.mozilla.org/show_bug.cgi?id=608812
13+
&.octicon-internal-repo {
14+
// via https://bugzilla.mozilla.org/show_bug.cgi?id=1165282#c3
15+
shape-rendering: crispEdges;
16+
}
917
}

0 commit comments

Comments
 (0)