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

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-10-31 14:21:41 +0300
committerGitHub <noreply@github.com>2022-10-31 14:21:41 +0300
commit8724b755cd230023104c7bb85e62a66461ce0df0 (patch)
treed772df896e67e5b9868c57846c39d96ea7a6d6d8
parent01bee3a8c2e8367c77682ce30c254133b46d094b (diff)
parent73777a231f0e2d2e07e158f22f1fc6428deb293a (diff)
Merge pull request #4385 from nextcloud/fix/share-contraststable3.5
Fix contrast issue with share icon
-rw-r--r--src/components/AppNavigation/CalendarList/CalendarListItem.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/CalendarList/CalendarListItem.vue b/src/components/AppNavigation/CalendarList/CalendarListItem.vue
index 25d30fed..0d5106b1 100644
--- a/src/components/AppNavigation/CalendarList/CalendarListItem.vue
+++ b/src/components/AppNavigation/CalendarList/CalendarListItem.vue
@@ -517,6 +517,6 @@ export default {
<style lang="scss" scoped>
.app-navigation-entry__counter-wrapper .action-item.sharing .material-design-icon.share {
- opacity: .3;
+ opacity: .7;
}
</style>