aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-13 02:27:53 +0200
committerHenry Jameson <me@hjkos.com>2024-02-13 02:27:53 +0200
commitc16f1d4e35f2d885d2aa4e5f1ee51af9e95c6bdc (patch)
treed45a4f69a839e4c04ffbb17c411dec6c3605ce42 /src/components/poll
parentbcc50844096b47c0656ed3338de222055a749fb1 (diff)
more fixes
Diffstat (limited to 'src/components/poll')
-rw-r--r--src/components/poll/poll.vue7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index 1d01f941..087822e1 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -140,12 +140,7 @@
.result-fill {
height: 100%;
position: absolute;
- color: $fallback--text;
- color: var(--pollText, $fallback--text);
- background-color: $fallback--lightBg;
- background-color: var(--poll, $fallback--lightBg);
- border-radius: $fallback--panelRadius;
- border-radius: var(--panelRadius, $fallback--panelRadius);
+ border-radius: var(--roundness);
top: 0;
left: 0;
transition: width 0.5s;