payload icon indicating copy to clipboard operation
payload copied to clipboard

Chore: Relocate tooltip 'error status' styling to tooltip.scss

Open Viveur opened this issue 10 months ago • 0 comments

Description

Minor alteration that makes the tooltip 'error state' styling a modifier, (eg: .tooltip--error, in line with others, such as .tooltip--position-top), and places it inside of tooltip.scss, rather than one tooltip class existing separately.

It also updates the placement of the tooltip by a few pixels, by calculating --caret-size, in a simlar manner to.tooltip--position-top

Screenshot 2024-04-10 at 21 16 34 Screenshot 2024-04-10 at 21 50 12

Related to #5780

Yes, I have read and understand the CONTRIBUTING.md document in this repository.

Type of change

  • [ ] Chore (non-breaking change which does not add functionality)

Checklist:

  • [ ] Existing test suite passes locally with my changes

Viveur avatar Apr 10 '24 21:04 Viveur