We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a6e03 commit 777015cCopy full SHA for 777015c
web_src/less/_svg.less
@@ -6,4 +6,12 @@
6
.middle & {
7
vertical-align: middle;
8
}
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
+ }
17
0 commit comments