mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2024-11-21 11:21:30 -08:00
drum-machine add active-state color change for (buttons)
This commit is contained in:
parent
bd26df5b90
commit
0eb0337b74
@ -118,6 +118,10 @@ body {
|
||||
font-style: oblique;
|
||||
}
|
||||
|
||||
.drum-pad:active {
|
||||
background-color: var(--global-first-color);
|
||||
}
|
||||
|
||||
.drum-pad > p {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
@ -159,6 +163,10 @@ body {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.selectionMenuItem:active, .volumeSelectionMenuItem:active, .metronomeSelectionMenuItem:active {
|
||||
background-color: var(--global-first-color);
|
||||
}
|
||||
|
||||
#display-middle-right {
|
||||
flex-basis: 45%;
|
||||
display: flex;
|
||||
@ -214,6 +222,10 @@ body {
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.selection:active {
|
||||
background-color: var(--global-first-color);
|
||||
}
|
||||
|
||||
.selection > p {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user