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
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-03-28 17:38:02 +0300
committerdartcafe <github@dartcafe.de>2022-03-28 17:38:02 +0300
commitacb84aeab8b61c3b2f1fb9f73bfdcf8d01cceaef (patch)
treec3cbae0da46913714b7a726895d6dd52428ecae2 /src/js/components/Options
parenta3250047fe9772a2b32c0ddd4840e7a067d08754 (diff)
drag transition
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Options')
-rw-r--r--src/js/components/Options/OptionsText.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/js/components/Options/OptionsText.vue b/src/js/components/Options/OptionsText.vue
index 5562d010..e5067669 100644
--- a/src/js/components/Options/OptionsText.vue
+++ b/src/js/components/Options/OptionsText.vue
@@ -156,6 +156,11 @@ export default {
transition: transform 0s;
}
+ .ghost {
+ opacity: 0.5;
+ background: var(--color-primary-hover);
+ }
+
.submit-option {
width: 30px;
background-color: transparent;