Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-28 13:32:00 +0300
committerdartcafe <github@dartcafe.de>2021-05-28 13:32:00 +0300
commitbca5b5ec9f3ea94933776dc3a2abeef6119dd118 (patch)
tree872758349cff2556b2ceb4a9465276f9c0b1da88 /src
parentb250e4934cb08dae4cd5aacc51607f950708771c (diff)
add missing icon class
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-rw-r--r--src/js/assets/scss/icons.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/assets/scss/icons.scss b/src/js/assets/scss/icons.scss
index b4809c90..cc1c8e7b 100644
--- a/src/js/assets/scss/icons.scss
+++ b/src/js/assets/scss/icons.scss
@@ -57,6 +57,7 @@
.icon-handle { background-image: var(--icon-polls-handle); }
.icon-list-view { background-image: var(--icon-polls-list-view); }
.icon-polls { background-image: var(--icon-polls); }
+.icon-polls-anonymous { background-image: var(--icon-polls-anonymous); }
.icon-polls-back { background-image: var(--icon-polls-back); }
.icon-polls-clone { background-image: var(--icon-polls-clone); }
.icon-polls-closed { background-image: var(--icon-polls-closed); }