-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update badge component to have icon only badges (#716)
* Add badge-icon * add changeset * fix linting * default no border * updated styles and description * fix lint errors * nest icon sizes in has selector * few modifications to try and avoid icon specific rules * Update cheangeset and descriptions * Add acessibility for icon only and remove unused vars * add role for accessibility * change from span to div * update aria role * update description * update description * fix border * restore border --------- Co-authored-by: Will Bjorn <wibjorn@microsoft.com>
- Loading branch information
1 parent
a286e19
commit d6a1806
Showing
3 changed files
with
117 additions
and
10 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@microsoft/atlas-site': minor | ||
'@microsoft/atlas-css': minor | ||
--- | ||
|
||
Update badge styles to handle icon only badges. Add new extra large badge size. |
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