Skip to content

Commit

Permalink
fix status button background color
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Jun 2, 2024
1 parent 4e7d09e commit aaa1e80
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@
}
}
}

// Fix background color after upstream moved how the
// normal button is placed in the DOM
.status.collapsed .status__content__spoiler-link {
background: $action-button-color;
}

0 comments on commit aaa1e80

Please sign in to comment.