summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-05 11:09:10 +0200
committerGitHub <noreply@github.com>2021-07-05 11:09:10 +0200
commit63768083a829dd388fa8eae8984797431d2a0b80 (patch)
tree001cabda249547bcaf6e8737c84fbf4603a0117c
parent2ab58a603d6940a977d46efac01a57c6c30999d6 (diff)
parent5b4e930e860bd673f099975a0b16f163c1450bb1 (diff)
Merge pull request #2328 from nextcloud/fix/icons
Fix circles icon
-rw-r--r--img/circles.svg2
-rw-r--r--src/components/AppNavigation/RootNavigation.vue3
2 files changed, 3 insertions, 2 deletions
diff --git a/img/circles.svg b/img/circles.svg
index caf45591..6264e746 100644
--- a/img/circles.svg
+++ b/img/circles.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" width="64" height="64"><path d="M7.1 28.5A21.4 21.4 0 0 1 28.5 7.1m10.7 40A21.4 21.4 0 0 1 10 39M39.2 10A21.4 21.4 0 0 1 47 39.2" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><circle cx="28.5" cy="7.1" r="6.5" fill="#fff" /><circle cx="39.2" cy="-10" r="6.5" transform="rotate(90)" fill="#fff" /><circle cx="39.2" cy="-47" r="6.5" transform="rotate(90)" fill="#fff" /></svg> \ No newline at end of file
+<svg height="16" viewBox="0 0 21.33 21.33" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M10.67 1.33a9.34 9.34 0 100 18.68 9.34 9.34 0 000-18.68zM6.93 15.8a2.33 2.33 0 110-4.67 2.33 2.33 0 010 4.67zm1.4-8.87a2.33 2.33 0 114.67 0 2.33 2.33 0 01-4.67 0zm6.07 8.87a2.33 2.33 0 110-4.67 2.33 2.33 0 010 4.67z"/></svg> \ No newline at end of file
diff --git a/src/components/AppNavigation/RootNavigation.vue b/src/components/AppNavigation/RootNavigation.vue
index 73ba814f..165c6d05 100644
--- a/src/components/AppNavigation/RootNavigation.vue
+++ b/src/components/AppNavigation/RootNavigation.vue
@@ -415,7 +415,8 @@ $caption-padding: 22px;
// Change icon opacity for a better soothing visual
.app-navigation-entry ::v-deep {
- .app-navigation-entry-icon.icon-group {
+ .app-navigation-entry-icon.icon-group,
+ .app-navigation-entry-icon.icon-circles {
opacity: .6;
}
}