Skip to content

Commit

Permalink
prevent bold on pending test click
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Aug 6, 2024
1 parent cf87009 commit 2f26409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ body {
#mocha .test.pending h2 {
color: var(--mocha-test-pending-color) !important;
cursor: default;
font-weight: normal !important;
}

#mocha .test.pass h2:hover,
Expand Down

0 comments on commit 2f26409

Please sign in to comment.