mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
revert commit, button color are broken without this
This commit is contained in:
parent
13e1f64054
commit
d687a13cb7
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue