aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/src/components/PredefinedStatus.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-24 16:38:32 +0100
committerMaksim Sukharev <antreesy.web@gmail.com>2023-04-18 14:57:44 +0200
commit64776ff042d880eac5d702d3cbc7af4fb0834be2 (patch)
tree5872ca565b5365a8c006169ffb8f621ddfdf723f /apps/user_status/src/components/PredefinedStatus.vue
parent1a255379e85f02f3fb301f709720f3210f56b011 (diff)
downloadnextcloud-server-64776ff042d880eac5d702d3cbc7af4fb0834be2.tar.gz
nextcloud-server-64776ff042d880eac5d702d3cbc7af4fb0834be2.zip
feat(user_status): Allow to manually revert an automated status
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/src/components/PredefinedStatus.vue')
-rw-r--r--apps/user_status/src/components/PredefinedStatus.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/src/components/PredefinedStatus.vue b/apps/user_status/src/components/PredefinedStatus.vue
index b5eafaed30b..2775051439c 100644
--- a/apps/user_status/src/components/PredefinedStatus.vue
+++ b/apps/user_status/src/components/PredefinedStatus.vue
@@ -104,7 +104,7 @@ export default {
}
&__clear-at {
- opacity: .7;
+ color: var(--color-text-maxcontrast);
&::before {
content: ' – ';