You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Paper tooltips: Allow paper tooltip CSS to be customizable.
Currently, paper tooltips are styled by applying "paper-container" to a container DIV that wraps the tooltip's transcluded content. This makes it difficult for clients to conditionally style .paper-container, since parent selectors don't exist in CSS -- i.e. while it is easy to style `.paper-container > transposed-content`, but tough to style `.paper-container:has(transposed-content)`
PiperOrigin-RevId: 189416785
0 commit comments