Skip to content

Commit

Permalink
Fix button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jul 24, 2023
1 parent fac5fe8 commit 0ca2b02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/server/pause.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ const controls = `
cursor: pointer;
}
#d2l-test-controls button:focus {
background-color: #cdd5dc;
#d2l-test-controls button.primary {
color: #fff;
background-color: #006fbf;
}
#d2l-test-controls button:focus {
Expand Down

0 comments on commit 0ca2b02

Please sign in to comment.