Skip to content

Commit b7dd0fd

Browse files
CirnoTtechknowlogick
authored and
Yohann Delafollye
committed
Use crispEdges rendering for octicon-internal-repo (go-gitea#11801)
* Use crispEdges rendering for octicon-internal-repo * Update _svg.less Co-authored-by: techknowlogick <[email protected]>
1 parent 4d01190 commit b7dd0fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web_src/less/_svg.less

Lines changed: 8 additions & 0 deletions
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)