diff --git a/models/chunter/src/index.ts b/models/chunter/src/index.ts index 52a60cf306..43e3525849 100644 --- a/models/chunter/src/index.ts +++ b/models/chunter/src/index.ts @@ -439,7 +439,7 @@ export function createModel (builder: Builder, options = { addApplication: true icon: chunter.icon.Chunter, txClass: core.class.TxCreateDoc, component: chunter.activity.TxCommentCreate, - label: chunter.string.LeftComment, + // label: chunter.string.LeftComment, display: 'content', editable: true, hideOnRemove: true diff --git a/packages/theme/styles/_layouts.scss b/packages/theme/styles/_layouts.scss index 69b76f31bb..84bb132790 100644 --- a/packages/theme/styles/_layouts.scss +++ b/packages/theme/styles/_layouts.scss @@ -370,7 +370,7 @@ input.search { min-width: 0; & > * { - margin-right: 0.5rem; + margin-right: 0.25rem; } & > *:last-child { margin-right: 0; diff --git a/packages/theme/styles/global.scss b/packages/theme/styles/global.scss index ff8ba946bd..1c238733fc 100644 --- a/packages/theme/styles/global.scss +++ b/packages/theme/styles/global.scss @@ -111,6 +111,7 @@ body { text-rendering: optimizeLegibility; font-family: var(--font-family); + font-style: normal; font-weight: 400; font-size: var(--body-font-size); color: var(--content-color); diff --git a/packages/ui/src/components/ActionIcon.svelte b/packages/ui/src/components/ActionIcon.svelte index 07488d08f9..5b721c27b3 100644 --- a/packages/ui/src/components/ActionIcon.svelte +++ b/packages/ui/src/components/ActionIcon.svelte @@ -56,7 +56,7 @@ color: var(--accent-color); opacity: 1; } - &:focus { + &:focus-visible { border: 1px solid var(--primary-button-focused-border); box-shadow: 0 0 0 3px var(--primary-button-outline); .icon { diff --git a/plugins/activity-resources/src/components/TxView.svelte b/plugins/activity-resources/src/components/TxView.svelte index a4036ba108..0939005d2b 100644 --- a/plugins/activity-resources/src/components/TxView.svelte +++ b/plugins/activity-resources/src/components/TxView.svelte @@ -28,8 +28,7 @@ Label, ShowMore, showPopup, - TimeSince, - Like + TimeSince } from '@hcengineering/ui' import type { AttributeModel } from '@hcengineering/view' import { Menu, ObjectPresenter } from '@hcengineering/view-resources' @@ -155,15 +154,9 @@ {#if (viewlet !== undefined && !((viewlet?.hideOnRemove ?? false) && tx.removed)) || model.length > 0} -