Merge pull request #43433 from nextcloud/enh/40202/use-correct-icon

Use AccountPlusIcon in broadcrombs
pull/43454/head
Simon L 4 months ago committed by GitHub
commit d247d35899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,7 +35,7 @@
@click="openSharingSidebar">
<template #icon>
<LinkIcon v-if="shareButtonType === Type.SHARE_TYPE_LINK" />
<ShareVariantIcon v-else :size="20" />
<AccountPlusIcon v-else :size="20" />
</template>
</NcButton>
@ -143,7 +143,7 @@ import NcEmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js'
import NcIconSvgWrapper from '@nextcloud/vue/dist/Components/NcIconSvgWrapper.js'
import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js'
import PlusIcon from 'vue-material-design-icons/Plus.vue'
import ShareVariantIcon from 'vue-material-design-icons/ShareVariant.vue'
import AccountPlusIcon from 'vue-material-design-icons/AccountPlus.vue'
import ViewGridIcon from 'vue-material-design-icons/ViewGrid.vue'
import { action as sidebarAction } from '../actions/sidebarAction.ts'
@ -177,7 +177,7 @@ export default defineComponent({
NcIconSvgWrapper,
NcLoadingIcon,
PlusIcon,
ShareVariantIcon,
AccountPlusIcon,
UploadPicker,
ViewGridIcon,
},
@ -620,9 +620,9 @@ $navigationToggleSize: 50px;
}
&-share-button {
opacity: .3;
color: var(--color-text-maxcontrast) !important;
&--shared {
opacity: 1;
color: var(--color-main-text) !important;
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save