-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core/tooltip): remove direct constructor access (#1118)
- Loading branch information
1 parent
cd3d033
commit 63dd48c
Showing
10 changed files
with
63 additions
and
1,025 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<div style="padding: 4rem"> | ||
<ix-button class="any-class" style="margin-right: 4rem">Hover me</ix-button> | ||
<ix-tooltip for=".any-class">Simple selector</ix-tooltip> | ||
<ix-button class="any-class" aria-describedby="tooltip-1">Hover me</ix-button> | ||
<ix-tooltip id="tooltip-1" for=".any-class">Simple selector</ix-tooltip> | ||
|
||
<ix-button my-custom-special-selector="any-value">Also hover me</ix-button> | ||
<ix-tooltip for="[my-custom-special-selector='any-value']"> | ||
<ix-button my-custom-special-selector="any-value" aria-describedby="tooltip-2">Also hover me</ix-button> | ||
<ix-tooltip id="tooltip-2" for="[my-custom-special-selector='any-value']"> | ||
Custom selector | ||
</ix-tooltip> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.