forked from Semantic-Org/Semantic-UI-React
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Input): fix icon order to ensure rounded border is kept (Semantic…
…-Org#2507) * fix(Input): fix icon order to ensure rounded border is kept * strengthen input icon position tests
- Loading branch information
1 parent
06ab95f
commit eae01ad
Showing
21 changed files
with
402 additions
and
284 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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import React from 'react' | ||
import { Image } from 'semantic-ui-react' | ||
|
||
const ImageExampleHidden = () => ( | ||
<Image src='/images/wireframe/image.png' size='small' hidden /> | ||
) | ||
const ImageExampleHidden = () => <Image src='/images/wireframe/image.png' size='small' hidden /> | ||
|
||
export default ImageExampleHidden |
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import React from 'react' | ||
import { Image } from 'semantic-ui-react' | ||
|
||
const ImageExampleWrapped = () => ( | ||
<Image src='/images/wireframe/image.png' size='small' wrapped /> | ||
) | ||
const ImageExampleWrapped = () => <Image src='/images/wireframe/image.png' size='small' wrapped /> | ||
|
||
export default ImageExampleWrapped |
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
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
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
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.