diff --git a/apps/client/src/widgets/containers/content_header.css b/apps/client/src/widgets/containers/content_header.css index 322c88da9..97b2c965c 100644 --- a/apps/client/src/widgets/containers/content_header.css +++ b/apps/client/src/widgets/containers/content_header.css @@ -8,7 +8,6 @@ position: sticky; top: 0; z-index: 11; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); background-color: var(--main-background-color, #fff); } diff --git a/apps/client/src/widgets/react/InfoBar.css b/apps/client/src/widgets/react/InfoBar.css index cf9774e0b..4a7a859db 100644 --- a/apps/client/src/widgets/react/InfoBar.css +++ b/apps/client/src/widgets/react/InfoBar.css @@ -17,7 +17,6 @@ .info-bar-subtle { color: var(--muted-text-color); background: var(--main-background-color); - border-bottom: 1px solid var(--main-border-color); margin-block: 0; padding-inline: 22px; -} \ No newline at end of file +}