mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-18 06:01:28 +00:00
remove the control button triangle
This commit is contained in:
parent
23fe7deb15
commit
14da00bf74
1 changed files with 5 additions and 0 deletions
|
|
@ -1335,3 +1335,8 @@ canvas[width="250"][height="250"] {
|
|||
--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