-
+
{handleClose && (
diff --git a/plane-src/apps/web/core/components/stickies/sticky/root.tsx b/plane-src/apps/web/core/components/stickies/sticky/root.tsx
index b2afc84..ec29120 100644
--- a/plane-src/apps/web/core/components/stickies/sticky/root.tsx
+++ b/plane-src/apps/web/core/components/stickies/sticky/root.tsx
@@ -80,14 +80,17 @@ export const StickyNote = observer(function StickyNote(props: TProps) {
handleClose={() => setIsDeleteModalOpen(false)}
/>
{/* {isStickiesPage &&
}{" "} */}
{onClose && (
-
diff --git a/plane-src/apps/web/styles/globals.css b/plane-src/apps/web/styles/globals.css
index 8c63f70..1ee6eaf 100644
--- a/plane-src/apps/web/styles/globals.css
+++ b/plane-src/apps/web/styles/globals.css
@@ -717,6 +717,49 @@
-webkit-backdrop-filter: blur(18px);
}
+ .nodedc-settings-sidebar-shell {
+ border: 0 !important;
+ outline: none !important;
+ box-shadow:
+ inset -1px 0 0 rgba(255, 255, 255, 0.06),
+ inset 0 1px 0 rgba(255, 255, 255, 0.015) !important;
+ background:
+ linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.008) 100%),
+ rgba(8, 8, 11, 0.9) !important;
+ -webkit-backdrop-filter: blur(28px);
+ backdrop-filter: blur(28px);
+ }
+
+ .nodedc-settings-sidebar-item {
+ min-height: 2.75rem;
+ border: 0 !important;
+ outline: none !important;
+ box-shadow: none !important;
+ border-radius: 1.1rem !important;
+ background: transparent !important;
+ color: rgba(255, 255, 255, 0.76) !important;
+ padding-inline: 0.95rem !important;
+ }
+
+ .nodedc-settings-sidebar-item:hover {
+ background:
+ linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.014) 100%),
+ rgba(255, 255, 255, 0.028) !important;
+ color: var(--text-color-primary) !important;
+ }
+
+ .nodedc-settings-sidebar-item[data-active="true"] {
+ background:
+ linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.016) 100%),
+ rgba(255, 255, 255, 0.042) !important;
+ color: rgb(var(--nodedc-accent-rgb)) !important;
+ box-shadow: inset 0 0 0 1px rgba(var(--nodedc-accent-rgb), 0.24) !important;
+ }
+
+ .nodedc-settings-sidebar-item[data-active="true"] * {
+ color: rgb(var(--nodedc-accent-rgb)) !important;
+ }
+
.nodedc-settings-field {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0.012) 100%),
diff --git a/plane-src/packages/i18n/src/locales/en/translations.ts b/plane-src/packages/i18n/src/locales/en/translations.ts
index 57e7a3b..61212ae 100644
--- a/plane-src/packages/i18n/src/locales/en/translations.ts
+++ b/plane-src/packages/i18n/src/locales/en/translations.ts
@@ -477,6 +477,7 @@ export default {
assignee: "Assignee",
assignees: "Assignees",
you: "You",
+ commented: "Commented",
labels: "Labels",
create_new_label: "Create new label",
start_date: "Start date",
diff --git a/plane-src/packages/i18n/src/locales/ru/translations.ts b/plane-src/packages/i18n/src/locales/ru/translations.ts
index 5a0286f..f1f3183 100644
--- a/plane-src/packages/i18n/src/locales/ru/translations.ts
+++ b/plane-src/packages/i18n/src/locales/ru/translations.ts
@@ -633,6 +633,7 @@ export default {
assignee: "Назначенный",
assignees: "Назначенные",
you: "Вы",
+ commented: "Прокомментировал",
labels: "Метки",
create_new_label: "Создать новую метку",
start_date: "Дата начала",