From 777015c2c2d2d74d98d15e145f9f8af04f1d9c8f Mon Sep 17 00:00:00 2001 From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Date: Tue, 9 Jun 2020 07:33:09 +0200 Subject: [PATCH] Use crispEdges rendering for octicon-internal-repo (#11801) * Use crispEdges rendering for octicon-internal-repo * Update _svg.less Co-authored-by: techknowlogick --- web_src/less/_svg.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web_src/less/_svg.less b/web_src/less/_svg.less index b17b9a8b32..1d58e239df 100644 --- a/web_src/less/_svg.less +++ b/web_src/less/_svg.less @@ -6,4 +6,12 @@ .middle & { vertical-align: middle; } + + // https://github.com/go-gitea/gitea/pull/11771 + // https://github.com/go-gitea/gitea/pull/11801 + // https://bugzilla.mozilla.org/show_bug.cgi?id=608812 + &.octicon-internal-repo { + // via https://bugzilla.mozilla.org/show_bug.cgi?id=1165282#c3 + shape-rendering: crispEdges; + } }