UX: new sidebar styling (#29119)

This commit is contained in:
chapoi
2024-10-08 11:28:36 +02:00
committed by GitHub
parent a7a9148b1e
commit 0ba7a7ecab
5 changed files with 38 additions and 20 deletions

View File

@ -58,13 +58,8 @@
//sidebar
#sidebar-section-content-user-threads {
padding-bottom: 0.5rem;
.sidebar-section-link-wrapper:hover {
.sidebar-section-link-prefix {
color: var(--primary-very-high);
}
}
padding-bottom: 0.35em;
.sidebar-section-link-content-text {
color: var(--d-sidebar-header-color);
color: var(--d-sidebar-link-color);
}
}

View File

@ -23,7 +23,7 @@ RSpec.describe "Sidebar navigation menu", type: :system do
expect(sidebar_page.channels_section).to have_css(
".sidebar-section-header-text",
text: I18n.t("js.chat.chat_channels"),
text: I18n.t("js.chat.chat_channels").upcase,
)
end