Skip to content

Commit

Permalink
Improve compatibility with theme styles on the front end
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Mar 7, 2024
1 parent 2d8b6fe commit 7de8e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/keyboard/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $white-key-count: 17;
font-size: 11px;
font-weight: normal;
text-transform: uppercase;
margin: 0;

&:focus,
&:hover {
Expand Down Expand Up @@ -73,6 +74,7 @@ $white-key-count: 17;
border-radius: 0 0 4px 4px;
box-shadow: 0 3px 5px #ccc, inset 0 0 0 1px rgb(220 220 220 / 20%);
transition: background 0.03s, border-bottom-width 0.03s;
z-index: 1;
}

.piano-block-keyboard__key--white {
Expand Down

0 comments on commit 7de8e05

Please sign in to comment.