Merge pull request #1458 from ing-bank/chore/tooltip-doc

chore: add missing arrow__graphic class to docs
This commit is contained in:
Joren Broekema 2021-07-19 11:17:09 +02:00 committed by GitHub
commit 495e6cb539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,7 +185,7 @@ export const customArrow = () => {
} }
_arrowTemplate() { _arrowTemplate() {
return html` return html`
<svg viewBox="0 0 20 8"> <svg viewBox="0 0 20 8" class="arrow__graphic">
<path d="M 0,0 h 20 L 10,8 z"></path> <path d="M 0,0 h 20 L 10,8 z"></path>
</svg> </svg>
`; `;