Popover/tooltip arrow class names are not consistent
See original GitHub issueFor the arrow inside of the popover, the .arrow
class is used, while .arrow
isn’t a standalone component. We don’t do that anywhere else in our css. A better name would be something like .popover-arrow
. This will be something we can look in to for v5
, since this is a breaking change.
Edit: We should do the same with the tooltips.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Styling the arrow on bootstrap tooltips - css - Stack Overflow
Show activity on this post. The arrow is a border. You need to change for each arrow the color depending on the 'data-placement'...
Read more >Tooltips · Bootstrap v5.0
Documentation and examples for adding custom Bootstrap tooltips with CSS and ... class="tooltip-arrow"></div> <div class="tooltip-inner"> Some tooltip text!
Read more >Problem changing tooltip css in Joomla 3
The problem was: The Tooltip didn't have the styling I wanted. The quest was: To know the tooltip css class to be able...
Read more >Angular directives for Bootstrap - AngularUI
no 3rd party JS dependencies (jQuery, bootstrap JS) required! ... Pagination, Popover, Position, Progressbar, Rating, Tabs, Timepicker, Tooltip, Typeahead,
Read more >Tutorial | Popper
Remember, Popper is not a tooltip library, it's the foundation to build one! ... Add an arrow element with a data-popper-arrow attribute like...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
it’s the same for our Tooltips so we should rename it to
.tooltip-arrow
Closing since #28105 is merged.