mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
fix: Remove deprecated parts from AppLevelBadge
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
bfcbffa288
commit
907d313a23
1 changed files with 1 additions and 7 deletions
|
|
@ -24,7 +24,7 @@
|
|||
class="app-level-badge"
|
||||
:class="{ 'app-level-badge--supported': isSupported }"
|
||||
:title="badgeTitle">
|
||||
<NcIconSvgWrapper :path="badgeIcon" :size="20" />
|
||||
<NcIconSvgWrapper :path="badgeIcon" :size="20" inline />
|
||||
{{ badgeText }}
|
||||
</span>
|
||||
</template>
|
||||
|
|
@ -69,11 +69,5 @@ const badgeTitle = computed(() => isSupported.value
|
|||
border-color: var(--color-success);
|
||||
color: var(--color-success);
|
||||
}
|
||||
|
||||
// Fix the svg wrapper TODO: Remove with @nextcloud/vue 8.8.0 release
|
||||
:deep(.icon-vue) {
|
||||
min-width: unset;
|
||||
min-height: unset;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue