-
Notifications
You must be signed in to change notification settings - Fork 13.4k
feat(spinner): add recipe and tokens #31014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0a3f41d
5eee3a8
75a325a
53d06e1
78cfbba
edb0414
2ffac3e
3d89f21
363cddf
7b13706
b2a301a
5f0020c
1179d40
4f5ee31
2cd0043
4c1c6d2
ee53528
8019941
0aef08c
cb80321
5388749
de06eb8
7e1f630
3c5afb3
8668db4
528cb40
e00d1f0
062a7c7
95b1b41
a8892a9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The PR description says:
But we still have this variable, why?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because we discussed that it would be revisited as we add more components. Should I just remove them?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh I thought that was just about the focus variables. I don't see a reason they can't override the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -208,6 +208,10 @@ | |
| pointer-events: none; | ||
| } | ||
|
|
||
| ::slotted(ion-spinner) { | ||
| color: currentColor; | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is needed because we are no longer using |
||
| } | ||
|
|
||
| // Button Ripple effect | ||
| // -------------------------------------------------- | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.