-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Expose effective tooltip position as a class on the tooltip component #15216
Closed
alirezamirian opened this issue
Feb 17, 2019
· 1 comment
· Fixed by #15217, cayacdev/cashbox#88, ToWipf/jasmarty#155 or CarlosPavajeau/Kaizen#251
Closed
Expose effective tooltip position as a class on the tooltip component #15216
alirezamirian opened this issue
Feb 17, 2019
· 1 comment
· Fixed by #15217, cayacdev/cashbox#88, ToWipf/jasmarty#155 or CarlosPavajeau/Kaizen#251
Labels
area: material/tooltip
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
alirezamirian
changed the title
expose effective tooltip position as a class on the tooltip component
Expose effective tooltip position as a class on the tooltip component
Feb 17, 2019
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 17, 2019
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added
feature
This issue represents a new feature or feature request rather than a bug or bug fix
has pr
P4
A relatively minor issue that is not relevant to core functions
labels
Feb 17, 2019
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 17, 2019
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 17, 2019
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Mar 16, 2019
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jun 8, 2019
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Aug 7, 2019
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Sep 14, 2019
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 31, 2020
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 10, 2020
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
and removed
P4
A relatively minor issue that is not relevant to core functions
labels
Jun 3, 2020
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 16, 2020
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 26, 2020
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Aug 22, 2020
…tion Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 9, 2021
…rent position Adds a class on the tooltip overlay element that indicates the current position of the tooltip. This allows for the tooltip to be customized to add position-based arrows or box shadows. Fixes angular#15216.
This was referenced Mar 11, 2021
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: material/tooltip
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Please describe the feature you would like to request.
Expose effective tooltip position as a class on the tooltip component
What is the use-case or motivation for this proposal?
This enables appearance customizations like adding triangles to all tooltips with a simple css, based on position classes.
Is there anything else we should know?
It's important to consider effective position, which is not necessarily equal to one which is passed as input.
The text was updated successfully, but these errors were encountered: