Skip to content

Commit

Permalink
Merge pull request #50 from NeuromatchAcademy/style-show-more-button
Browse files Browse the repository at this point in the history
[style] fix status button background color
  • Loading branch information
sneakers-the-rat authored Jun 2, 2024
2 parents 4e7d09e + aaa1e80 commit f27a8d9
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 f27a8d9

Please sign in to comment.