-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix(menuBar): md-menu-bar panel theme supports dark mode #11258
Conversation
6a64cc8
to
359b917
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a minor change needed for md-toolbar-filler
. This actually helped me look at this feature and figure it out better. I'll be opening a PR to re-add it to the menuBar docs and to add it to the toolbar docs.
md-toolbar-filler { | ||
background-color: '{{primary-color}}'; | ||
color: '{{background-A100-0.87}}'; | ||
color: '{{foreground-1}}'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use '{{primary-contrast}}'
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
md-icon { | ||
color: '{{background-A100-0.87}}'; | ||
color: '{{foreground-2}}'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use '{{primary-contrast}}'
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Opened #11260 with the |
register the icon sets in the docs app fix strange absolute styling alignment issue Relates to #11258
359b917
to
4396a2a
Compare
register the icon sets in the docs app fix strange absolute styling alignment issue Relates to #11258
b389826
to
5ab683d
Compare
5ab683d
to
7aa9e2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you very much!
register the icon sets in the docs app fix strange absolute styling alignment issue Relates to #11258
Closes #11238
PR Checklist
Please check that your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The
md-menu-bar
panel is partially using light mode hues in dark mode.Issue Number:
Fixes #11238.
What is the new behavior?
The
md-menu-bar
panel use dark mode hues when the theme is set to dark mode.Does this PR introduce a breaking change?
Other information
dark mode before:

dark mode after:

light mode before:

light mode after:
