mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 08:37:19 +08:00
UX: new sidebar styling (#29119)
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user