-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Render <EuiProgress> as display block (#166)
* progressbar as display block * cleanup changelog * cleanup and reduce class nesting * Fixes for @dsnider
- Loading branch information
Showing
4 changed files
with
122 additions
and
122 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
12 changes: 5 additions & 7 deletions
12
src/components/progress/__snapshots__/progress.test.js.snap
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,11 +1,9 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`EuiProgress is rendered 1`] = ` | ||
<div> | ||
<div | ||
aria-label="aria-label" | ||
class="euiProgress euiProgress--indeterminate euiProgress--m euiProgress--secondary testClass1 testClass2" | ||
data-test-subj="test subject string" | ||
/> | ||
</div> | ||
<div | ||
aria-label="aria-label" | ||
class="euiProgress euiProgress--indeterminate euiProgress--m euiProgress--secondary testClass1 testClass2" | ||
data-test-subj="test subject string" | ||
/> | ||
`; |
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