From f2f84be69f60cb889097602d2337cc602e713b23 Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+nickcolley@users.noreply.github.com> Date: Sun, 27 Nov 2022 20:47:40 +0000 Subject: [PATCH] Remove unused var usage --- src/routes/_components/IconButton.html | 4 ---- .../_components/community/PageListItem.html | 16 ---------------- 2 files changed, 20 deletions(-) diff --git a/src/routes/_components/IconButton.html b/src/routes/_components/IconButton.html index 64686b17..bcca9a3f 100644 --- a/src/routes/_components/IconButton.html +++ b/src/routes/_components/IconButton.html @@ -64,10 +64,6 @@ fill: var(--action-button-fill-color-pressed); } - :global(.icon-button.pressed.not-same-pressed:active .icon-button-svg) { - fill: var(--action-button-fill-color-pressed-active); - } - /* * muted */ diff --git a/src/routes/_components/community/PageListItem.html b/src/routes/_components/community/PageListItem.html index 4d62943d..a662851f 100644 --- a/src/routes/_components/community/PageListItem.html +++ b/src/routes/_components/community/PageListItem.html @@ -70,26 +70,10 @@ height: 24px; } - :global(.pinnable-button:hover .pinnable-svg) { - fill: var(--action-button-fill-color-hover); - } - - :global(.pinnable-button:active .pinnable-svg) { - fill: var(--action-button-fill-color-active); - } - :global(.pinnable-button.checked .pinnable-svg) { fill: var(--action-button-fill-color-pressed); } - :global(.pinnable-button.checked:hover .pinnable-svg) { - fill: var(--action-button-fill-color-pressed-hover); - } - - :global(.pinnable-button.checked:active .pinnable-svg) { - fill: var(--action-button-fill-color-pressed-active); - } - /* TODO: end copypasta */ @media (max-width: 767px) {