We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UIIcon
Icons can be sized as icon but also as uiicon for use in more intricate situations.
icon
uiicon
When only icon is available patterns like <sp-dropdow invalid /> are not correctly supported.
<sp-dropdow invalid />
The text was updated successfully, but these errors were encountered:
<sp-dropdown />
This also prevents adopting accurate locations for this like https://github.com/adobe/spectrum-web-components/pull/177/files#r322515512 out of the Spectrum CSS Custom Property collection.
Sorry, something went wrong.
sp-search
Merge pull request #239 from adobe/westbrook/UIIcons
8c4fe78
[#156] Add UIIcons styling from Spectrum CSS
fixed in #235
No branches or pull requests
Expected Behaviour
Icons can be sized as
icon
but also asuiicon
for use in more intricate situations.Actual Behaviour
When only
icon
is available patterns like<sp-dropdow invalid />
are not correctly supported.Current
Expected
The text was updated successfully, but these errors were encountered: