Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

[MM-13811] fixes wrong stylings on several modals #2280

Merged
merged 3 commits into from
Jan 30, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update test snapshots
  • Loading branch information
svelle committed Jan 24, 2019
commit 44c3e52344e8a0178d3f2c296433cc5df081e54d
8 changes: 4 additions & 4 deletions components/__snapshots__/get_link_modal.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exports[`components/GetLinkModal should have called onHide 1`] = `
componentClass="div"
>
<button
className="btn btn-default"
className="btn btn-link"
id="linkModalCloseButton"
onClick={[Function]}
type="button"
Expand Down Expand Up @@ -146,7 +146,7 @@ exports[`components/GetLinkModal should have called onHide 2`] = `
componentClass="div"
>
<button
className="btn btn-default"
className="btn btn-link"
id="linkModalCloseButton"
onClick={[Function]}
type="button"
Expand Down Expand Up @@ -233,7 +233,7 @@ exports[`components/GetLinkModal should match snapshot when all props is set 1`]
componentClass="div"
>
<button
className="btn btn-default"
className="btn btn-link"
id="linkModalCloseButton"
onClick={[Function]}
type="button"
Expand Down Expand Up @@ -315,7 +315,7 @@ exports[`components/GetLinkModal should match snapshot when helpText is not set
componentClass="div"
>
<button
className="btn btn-default"
className="btn btn-link"
id="linkModalCloseButton"
onClick={[Function]}
type="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ exports[`components/multiselect/multiselect should match snapshot 1`] = `
className="filter-controls"
>
<button
className="btn btn-default filter-control filter-control__next"
className="btn btn-link filter-control filter-control__next"
onClick={[Function]}
>
<FormattedMessage
Expand Down Expand Up @@ -299,7 +299,7 @@ exports[`components/multiselect/multiselect should match snapshot for page 2 1`]
className="filter-controls"
>
<button
className="btn btn-default filter-control filter-control__prev"
className="btn btn-link filter-control filter-control__prev"
onClick={[Function]}
>
<FormattedMessage
Expand Down