Hide chevron on Brave Origin reset to defaults row (#35632)

The reset to defaults row on chrome://settings/origin is an action
button, not a link to another page, so the trailing chevron was
misleading. Hide it via the cr-link-row icon part.
This commit is contained in:
Brian R. Bondy
2026-04-17 15:19:39 -04:00
committed by GitHub
parent 7a0df2c589
commit 6fbf1c1ae6
@@ -65,6 +65,10 @@
font-size: .875rem;
padding: 14px 38px;
}
#resetToDefaults::part(icon) {
display: none;
}
</style>
<template is="dom-if" if="[[!isPurchased_]]">
@@ -192,7 +196,7 @@
</origin-toggle-button>
-->
<cr-link-row class="hr"
<cr-link-row id="resetToDefaults" class="hr"
label="$i18n{braveOriginResetToDefaultsTitle}"
on-click="resetToDefaults_"
start-icon="refresh">