Skip to content

Commit

Permalink
24.2.8 emphasize-draft-pr-label - Restore icons
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 6, 2024
1 parent ba5c14b commit 126909e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style/24.2.8.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@
.BtnGroup:has(>[aria-label*="unreleased commit"]) {
flex-shrink: 0;
}

/* https://github.com/refined-github/refined-github/pull/7313 */
@media (-webkit-min-device-pixel-ratio: 2) {
[rgh-emphasize-draft-pr-label] .js-issue-row :is(
[aria-label='Open draft pull request'],
[aria-label='Draft Pull Request']
) svg {
stroke: var(--fgColor-muted, var(--color-fg-muted));
}
}

0 comments on commit 126909e

Please sign in to comment.