mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
parent
f13a3c1ff9
commit
827c9f3ba0
2 changed files with 1 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
button.main-button {
|
.main-button {
|
||||||
&-primary {
|
&-primary {
|
||||||
$color: spiceColor("subtext");
|
$color: spiceColor("subtext");
|
||||||
color: $color;
|
color: $color;
|
||||||
|
|
|
||||||
|
|
@ -1330,12 +1330,6 @@ canvas[width="250"][height="250"] {
|
||||||
font-size: 10px;
|
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
|
// hide the triangle under the connect button
|
||||||
.control-button--active::after {
|
.control-button--active::after {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue