Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 committed Jun 13, 2023
1 parent a0bdb03 commit 2457974
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions packages/itwinui-css/backstop/tests/toast.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ <h3>Toast placement:</h3>
></svg-status-success>
</div>
<div class="iui-message">Job processing completed.</div>
<button
<a
class="iui-toast-anchor"
href="#"
>View the report</button>
>View the report</a>
<button
aria-label="Close"
type="button"
Expand Down Expand Up @@ -222,10 +222,10 @@ <h3>Toast placement:</h3>
frankfurter capicola. Jowl shankle short ribs rump shank ribeye,
frankfurter sausage.
</div>
<button
<a
class="iui-toast-anchor"
href="#"
>View</button>
>View</a>
<button
aria-label="Close"
type="button"
Expand Down Expand Up @@ -253,10 +253,10 @@ <h3>Toast placement:</h3>
<div class="iui-message">
26 files are available for synchronization.
</div>
<button
<a
class="iui-toast-anchor"
href="#"
>View</button>
>View</a>
</div>

<div
Expand All @@ -270,10 +270,10 @@ <h3>Toast placement:</h3>
></svg-status-error>
</div>
<div class="iui-message">Job processing error.</div>
<button
<a
class="iui-toast-anchor"
href="#"
>View the report</button>
>View the report</a>
<button
aria-label="Close"
type="button"
Expand All @@ -299,10 +299,10 @@ <h3>Toast placement:</h3>
></svg-status-warning>
</div>
<div class="iui-message">Job processing requires approval.</div>
<button
<a
class="iui-toast-anchor"
href="#"
>Approve</button>
>Approve</a>
<button
aria-label="Close"
type="button"
Expand Down
2 changes: 2 additions & 0 deletions packages/itwinui-css/src/toast/toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@
cursor: pointer;
font-size: var(--iui-font-size-0);
margin-right: var(--iui-size-m);
user-select: none;
white-space: nowrap;
}

> .iui-button {
Expand Down

0 comments on commit 2457974

Please sign in to comment.