Skip to content

Commit

Permalink
Color scheme: Fix Classic Bright menu & submenu colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lupus2k committed Jun 20, 2024
1 parent 0a9519c commit f974475
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/layout/masterbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1063,12 +1063,15 @@ a.masterbar__quick-language-switcher {
.masterbar__item-all-sites {
gap: 2px;


@media only screen and (min-width: 783px) {
padding: 0 8px 0 4px;
}

svg {
fill: var(--color-masterbar-icon);
width: 20px;
padding-inline: 2px;
}

&:hover {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.color-scheme.is-classic-bright {
/* Theme Properties */
--theme-text-color: #044b7a; /* Direct from wp-admin */
--color-primary: var(--studio-blue-50);
--color-primary-rgb: var(--studio-blue-50-rgb);
--color-primary-dark: var(--studio-blue-70);
Expand Down Expand Up @@ -102,6 +103,12 @@
--color-sidebar-submenu-hover-text: var(--color-accent);
--color-sidebar-submenu-selected-text: var(--color-accent);

/* Sidebar Submenu - Nav Redesign */
--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);
--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);
--color-navredesign-sidebar-submenu-selected-text: var(--color-accent);
--color-navredesign-sidebar-submenu-hover-text: var(--color-accent);

/* Command Palette Items */
--wp-admin-theme-color: var(--studio-pink-50);
}

0 comments on commit f974475

Please sign in to comment.