Commit bcc1fea8 authored by Demetrios Papadopoulos's avatar Demetrios Papadopoulos Committed by Commit Bot

Settings: Restore separator lines in site settings subpage.

This accidentally regressed at r742504.

Bug: None
Change-Id: Ic0fe1c850eb9dc13893c57485c4c62e941e9974e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065735Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742951}
parent 6fb87460
......@@ -25,6 +25,11 @@
.two-line {
--cr-section-min-height: var(--cr-section-two-line-min-height);
}
/* Remove border-top added by .hr for the 1st cr-link-row. */
.settings-box + cr-link-row {
border-top: none;
}
</style>
<div class="settings-box first line-only">
<h2 class="first">$i18n{siteSettingsAllSites}</h2>
......@@ -38,7 +43,7 @@
</div>
<template is="dom-repeat" items="[[categoryList_]]">
<cr-link-row class="two-line" data-route$="[[item.route]]"
<cr-link-row class="hr two-line" data-route$="[[item.route]]"
id="[[item.id]]" label="[[i18n(item.label)]]"
on-click="onTapNavigate_" start-icon="[[item.icon]]"
sub-label="[[item.subLabel]]"
......
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