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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user