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

Fix stacking of notification dot #6875

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

crisbeto
Copy link
Contributor

@crisbeto crisbeto commented Jul 3, 2024

An upcoming change in Angular Material (angular/components#29291) changes the z-index of icons which ended up putting it behind the notification dot.

This change adds an explicit z-index to the dot to ensure that it's on top of the icon.

An upcoming change in Angular Material (angular/components#29291) changes the `z-index` of icons which ended up putting it behind the notification dot.

This change adds an explicit `z-index` to the dot to ensure that it's on top of the icon.
Copy link
Member

@hoonji hoonji left a comment

Choose a reason for hiding this comment

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

Confirmed that this fixes the red dot placement in the 1p header. Thanks for the fix!

@hoonji hoonji merged commit 2d087bd into tensorflow:master Jul 3, 2024
13 checks passed
groszewn pushed a commit to groszewn/tensorboard that referenced this pull request Aug 13, 2024
An upcoming change in Angular Material
(angular/components#29291) changes the `z-index`
of icons which ended up putting it behind the notification dot.

This change adds an explicit `z-index` to the dot to ensure that it's on
top of the icon.
groszewn pushed a commit that referenced this pull request Aug 13, 2024
An upcoming change in Angular Material
(angular/components#29291) changes the `z-index`
of icons which ended up putting it behind the notification dot.

This change adds an explicit `z-index` to the dot to ensure that it's on
top of the icon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants