From 14da00bf74806ca05a4eaa508ef9e349deb52cde Mon Sep 17 00:00:00 2001 From: f1shy-dev Date: Sun, 27 Feb 2022 18:36:21 +0000 Subject: [PATCH] remove the control button triangle --- src/styles/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/main.scss b/src/styles/main.scss index 28d2d9d..30444ce 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -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; +}