Commit bc9eb4da authored by Roman Arora's avatar Roman Arora Committed by Josip Sokcevic

Tab search item: Use existing noink property to disable ripple effect

Bug: 1128599
Change-Id: I2d11e4b33ca9500ffeba2a8721c788b25e50f1ec
Reviewed-on: https://chrome-internal-review.googlesource.com/c/chrome/browser/resources/tab_search/+/3308643Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819628}
parent f059e094
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
</div> </div>
<div class="button-container"> <div class="button-container">
<cr-icon-button id="closeButton" aria-label="[[ariaLabel_(data.title)]]" <cr-icon-button id="closeButton" aria-label="[[ariaLabel_(data.title)]]"
disable-ripple iron-icon="mwb16:close" on-click="onItemClose_" iron-icon="mwb16:close" noink on-click="onItemClose_"
title="$i18n{closeTab}"> title="$i18n{closeTab}">
</cr-icon-button> </cr-icon-button>
</div> </div>
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