Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time Series: fix dark mode color #5426

Merged
merged 2 commits into from
Nov 17, 2021

Conversation

japie1235813
Copy link
Contributor

Fix dark mode color for collapsible groups

before
Screen Shot 2021-11-16 at 11 22 33 PM

after
Screen Shot 2021-11-16 at 11 49 26 PM
light mode
Screen Shot 2021-11-17 at 9 22 08 AM

@google-cla google-cla bot added the cla: yes label Nov 17, 2021
Comment on lines 38 to 43
@include tb-dark-theme {
.group-toolbar {
color: map-get($tb-dark-foreground, text);
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First, you are no longer allowed to use map-get.
Second: can you just do @include tb-theme-foreground-prop(color, text); in L24?

@japie1235813 japie1235813 merged commit dbdc260 into tensorflow:master Nov 17, 2021
yatbear pushed a commit to yatbear/tensorboard that referenced this pull request Mar 27, 2023
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants