Skip to content

Commit

Permalink
feat: new menu-inline-border-color variable (#567)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Täschner <[email protected]>
  • Loading branch information
markuczy and HenryT-CG authored Oct 29, 2024
1 parent 05d8559 commit d1ec231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}

.layout-inline-menu {
border-color: var(--inline-menu-border-color);
border-color: var(--menu-inline-border-color);

a {
color: var(--menu-item-text-color);
Expand Down
1 change: 1 addition & 0 deletions libs/portal-layout-styles/src/styles/shell/shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
--menu-active-item-text-color: var(--menu-item-text-color);
--menu-active-item-bg-color: var(--menu-item-hover-bg-color);
--inline-menu-border-color: var(--divider-color);
--menu-inline-border-color: var(--divider-color);
--mobile-break-point: #{$mobileBreakpoint};
--submenu-shadow: #{$submenuShadow};
--menu-shadow: #{$menuShadow};
Expand Down

0 comments on commit d1ec231

Please sign in to comment.