Commit 7aca8e5d authored by Xinghui Lu's avatar Xinghui Lu Committed by Commit Bot

Remove separator in SafetyCheck rows.

The separator is only needed if clicking on the left and the right of
the row does different things.

SafetyCheck not run:
before: http://screen/Ak3K7GEyxFsMEb6
after: http://screen/Gm8y5irTtwbh7Be
SafetyCheck run:
before: http://screen/5XUCb2MoLjMV38R
after: http://screen/BJmxvGDGpxtKWSZ

Bug: 1128564
Change-Id: Ib9c24395180b24a58f0feee2c8a2f9674578f00e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426547Reviewed-by: default avatarRainhard Findling <rainhard@chromium.org>
Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Commit-Queue: Xinghui Lu <xinghuilu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810448}
parent 9de2b96f
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
</div> </div>
</div> </div>
<template is="dom-if" if="[[showButton_(buttonLabel)]]" restamp> <template is="dom-if" if="[[showButton_(buttonLabel)]]" restamp>
<div class="separator"></div>
<cr-button id="button" class$="[[buttonClass]]" on-click="onButtonClick_" <cr-button id="button" class$="[[buttonClass]]" on-click="onButtonClick_"
aria-label="[[buttonAriaLabel]]" no-search> aria-label="[[buttonAriaLabel]]" no-search>
[[buttonLabel]] [[buttonLabel]]
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
</div> </div>
<template is="dom-if" if="[[shouldShowParentButton_(parentStatus_)]]" <template is="dom-if" if="[[shouldShowParentButton_(parentStatus_)]]"
restamp> restamp>
<div class="separator"></div>
<cr-button id="safetyCheckParentButton" class="action-button" <cr-button id="safetyCheckParentButton" class="action-button"
on-click="onRunSafetyCheckClick_" no-search on-click="onRunSafetyCheckClick_" no-search
aria-label="$i18n{safetyCheckParentButtonAriaLabel}"> aria-label="$i18n{safetyCheckParentButtonAriaLabel}">
...@@ -27,7 +26,6 @@ ...@@ -27,7 +26,6 @@
</template> </template>
<template is="dom-if" if="[[shouldShowParentIconButton_(parentStatus_)]]" <template is="dom-if" if="[[shouldShowParentIconButton_(parentStatus_)]]"
restamp> restamp>
<div class="separator"></div>
<cr-icon-button id="safetyCheckParentIconButton" <cr-icon-button id="safetyCheckParentIconButton"
iron-icon="settings:refresh" iron-icon="settings:refresh"
on-click="onRunSafetyCheckClick_" on-click="onRunSafetyCheckClick_"
......
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