diff --git a/packages/design-system/docs/components/OcRadio/group.vue b/packages/design-system/docs/components/OcRadio/group.vue
index b031de4fe5..2ff6124af0 100644
--- a/packages/design-system/docs/components/OcRadio/group.vue
+++ b/packages/design-system/docs/components/OcRadio/group.vue
@@ -5,7 +5,7 @@
v-model="inputValue"
:option="o"
:label="o"
- class="oc-display-block"
+ class="block"
/>
Selection: {{ inputValue || 'None' }}
diff --git a/packages/design-system/src/components/OcApplicationIcon/OcApplicationIcon.vue b/packages/design-system/src/components/OcApplicationIcon/OcApplicationIcon.vue
index 1d5d15a7d1..2ef0e878ae 100644
--- a/packages/design-system/src/components/OcApplicationIcon/OcApplicationIcon.vue
+++ b/packages/design-system/src/components/OcApplicationIcon/OcApplicationIcon.vue
@@ -3,7 +3,7 @@
class="oc-application-icon inline-flex items-center justify-center rounded-sm w-8 h-8"
:style="iconStyle"
>
-
+
@@ -31,9 +31,6 @@ export interface Props {
const { icon, colorPrimary } = defineProps()
-const iconColor = computed(() => {
- return 'rgba(255,255,255,0.7)'
-})
const primaryColor = computed(() => {
return getHexFromCssVar(colorPrimary || '')
})
@@ -57,13 +54,3 @@ const iconStyle = computed(() => {
}
})
-
-
diff --git a/packages/design-system/src/components/OcAvatarItem/OcAvatarItem.vue b/packages/design-system/src/components/OcAvatarItem/OcAvatarItem.vue
index 1d37d23b1e..0994437adb 100644
--- a/packages/design-system/src/components/OcAvatarItem/OcAvatarItem.vue
+++ b/packages/design-system/src/components/OcAvatarItem/OcAvatarItem.vue
@@ -10,12 +10,17 @@
class="oc-avatar-item inline-flex items-center justify-center rounded-[50%]"
:style="{
backgroundColor,
- '--icon-color': iconColor,
width: avatarWidth,
height: avatarWidth
}"
>
-
+
@@ -106,9 +111,5 @@ const pickBackgroundColor = () => {
background-position: center;
background-repeat: no-repeat;
background-size: 18px;
-
- .oc-icon > svg {
- fill: var(--icon-color) !important;
- }
}
diff --git a/packages/design-system/src/components/OcAvatars/OcAvatars.vue b/packages/design-system/src/components/OcAvatars/OcAvatars.vue
index 4343d3fc98..6fdc0ae46f 100644
--- a/packages/design-system/src/components/OcAvatars/OcAvatars.vue
+++ b/packages/design-system/src/components/OcAvatars/OcAvatars.vue
@@ -3,7 +3,7 @@
.oc-avatars {
- box-sizing: border-box;
- flex-flow: row nowrap;
-
&-hover-effect {
> *:hover {
z-index: 1000 !important;
diff --git a/packages/design-system/src/components/OcAvatars/__snapshots__/OcAvatars.spec.ts.snap b/packages/design-system/src/components/OcAvatars/__snapshots__/OcAvatars.spec.ts.snap
index acfd9d4098..3da2d523f4 100644
--- a/packages/design-system/src/components/OcAvatars/__snapshots__/OcAvatars.spec.ts.snap
+++ b/packages/design-system/src/components/OcAvatars/__snapshots__/OcAvatars.spec.ts.snap
@@ -1,7 +1,7 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
-exports[`OcAvatars > displays tooltip 1`] = `" List of users"`;
+exports[`OcAvatars > displays tooltip 1`] = `" List of users"`;
-exports[`OcAvatars > prefers avatars over links when maxDisplayed is exceeded 1`] = `" List of users"`;
+exports[`OcAvatars > prefers avatars over links when maxDisplayed is exceeded 1`] = `" List of users"`;
-exports[`OcAvatars > shows avatars first and links last 1`] = `" List of users"`;
+exports[`OcAvatars > shows avatars first and links last 1`] = `" List of users"`;
diff --git a/packages/design-system/src/components/OcBreadcrumb/OcBreadcrumb.vue b/packages/design-system/src/components/OcBreadcrumb/OcBreadcrumb.vue
index 995a3d70c2..f38b8341a5 100644
--- a/packages/design-system/src/components/OcBreadcrumb/OcBreadcrumb.vue
+++ b/packages/design-system/src/components/OcBreadcrumb/OcBreadcrumb.vue
@@ -4,7 +4,7 @@
:class="`oc-breadcrumb oc-breadcrumb-${variation} overflow-visible`"
:aria-label="$gettext('Breadcrumbs')"
>
-
+
-
diff --git a/packages/design-system/src/components/OcBreadcrumb/__snapshots__/OcBreadcrumb.spec.ts.snap b/packages/design-system/src/components/OcBreadcrumb/__snapshots__/OcBreadcrumb.spec.ts.snap
index 15fe8368ca..9aa8e89a5e 100644
--- a/packages/design-system/src/components/OcBreadcrumb/__snapshots__/OcBreadcrumb.spec.ts.snap
+++ b/packages/design-system/src/components/OcBreadcrumb/__snapshots__/OcBreadcrumb.spec.ts.snap
@@ -2,7 +2,7 @@
exports[`OcBreadcrumb > displays all items 1`] = `
"