active button color uniformity
This commit is contained in:
parent
01e10e2fbe
commit
1166a9f6bd
2 changed files with 6 additions and 6 deletions
|
@ -255,7 +255,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
}
|
||||
|
||||
.playback-button--small.active {
|
||||
background-color: rgb(200 200 200 / 10%);
|
||||
background-color: rgb(200 200 200 / 25%);
|
||||
}
|
||||
|
||||
.playback-button--small.activeColor {
|
||||
|
@ -283,11 +283,11 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
}
|
||||
|
||||
.playback-button--small.repeat {
|
||||
background-color: var(--keyColor);
|
||||
background-image: url("./assets/repeat.svg");
|
||||
}
|
||||
|
||||
.playback-button--small.repeat.repeatOne {
|
||||
background-color: rgb(200 200 200 / 25%);
|
||||
background-image: url("./assets/repeatOne.svg");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue