remove the control button triangle

This commit is contained in:
f1shy-dev 2022-02-27 18:36:21 +00:00
parent 23fe7deb15
commit 14da00bf74

View file

@ -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;
}