-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support of dialog in old versions of browsers (#319)
* fix(dialog): add polyfill dialog component * fix: center dialog & position backdrop * fix(dialog): add dialog polyfill operations * fix(dialog): code review and fix * style(dialog): fix style lint error * fix(dialog): fix z-index * refactor(dialog): code review and refactor dialog * refactor(dialog): refactor event listeners * refactor(dialog): revert template and fix fixme comments Co-authored-by: damla.demir1 <[email protected]> Co-authored-by: olkeoguz <[email protected]>
- Loading branch information
1 parent
7084627
commit 1d77755
Showing
5 changed files
with
300 additions
and
197 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 |
---|---|---|
|
@@ -30,4 +30,4 @@ <h1>Baklava Playground</h1> | |
|
||
<bl-button>Baklava is ready</bl-button> | ||
</body> | ||
</html> | ||
</html> |
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.