diff options
author | Joas Schilling <coding@schilljs.com> | 2023-02-24 16:38:32 +0100 |
---|---|---|
committer | Maksim Sukharev <antreesy.web@gmail.com> | 2023-04-18 14:57:44 +0200 |
commit | 64776ff042d880eac5d702d3cbc7af4fb0834be2 (patch) | |
tree | 5872ca565b5365a8c006169ffb8f621ddfdf723f /apps/user_status/src/components/PredefinedStatus.vue | |
parent | 1a255379e85f02f3fb301f709720f3210f56b011 (diff) | |
download | nextcloud-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.vue | 2 |
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: ' – '; |