revert commit, button color are broken without this

This commit is contained in:
Julien Maille 2022-02-27 21:22:48 +01:00
parent 13e1f64054
commit d687a13cb7

View file

@ -1330,6 +1330,12 @@ canvas[width="250"][height="250"] {
font-size: 10px;
}
// fix play buttons color going green (#174)
.encore-bright-accent-set {
--background-highlight: var(--spice-button) !important;
--background-press: var(--spice-button-active) !important;
}
// hide the triangle under the connect button
.control-button--active::after {
display: none;