blob: 35088c1679b6c20aab548b7123a0e41614581307 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* Align only on old style */
/* TODO: Drop in November 2023 */
.Label + .rgh-ci-link summary .octicon {
vertical-align: 0;
}
/* The icon appears inside a clickable container, so it must be disabled */
.AppHeader-context-compact-mainItem .rgh-ci-link {
pointer-events: none;
margin-left: 0.3em;
}
|