This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
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.
Get rid of icon prop and adjust examples to showcase how to use icons…
… now Use css grid, remove UIKit styles from button and move docs into docs block
- Loading branch information
Showing
5 changed files
with
162 additions
and
172 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,8 @@ | ||
Change: Remove icon prop from buttons and use css grid | ||
|
||
We've removed the prop which was responsible for displaying icons in the button component. | ||
To add an icon into the button, it needs to be included in the slot together with the text. | ||
We've added css grid into the button to ensure that all child items of the button will have a predefined gutter between them. | ||
We've removed all UIKit button styles from the button component. | ||
|
||
https://github.com/owncloud/owncloud-design-system/pull/418 |
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.