Commit 660a14d5 authored by Esmael El-Moslimany's avatar Esmael El-Moslimany Committed by Commit Bot

WebUI: cr-toast-manager, fix cr-button style when slotted

Bug: 1131871
Change-Id: Ic88e6fba9226ed273aa028ef8a489c0f6e8e583c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441008
Commit-Queue: Esmael Elmoslimany <aee@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Auto-Submit: Esmael Elmoslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812422}
parent 590b53a4
......@@ -32,9 +32,7 @@
</style>
<cr-toast id="toast" duration="[[duration]]">
<div id="content" class="elided-text"></div>
<div id="slotted">
<slot></slot>
</div>
<slot id="slotted"></slot>
</cr-toast>
</template>
<script src="cr_toast_manager.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment