aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.html
blob: 42d54568b6d4be1fd983593182b0d7d731d9d1cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- chrome/browser/resources/settings/appearance_page/appearance_page.html.orig	2023-08-28 20:17:35 UTC
+++ chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -27,7 +27,7 @@
           <cr-link-row class="first" hidden="[[!pageVisibility.setTheme]]"
               label="$i18n{themes}" sub-label="[[themeSublabel_]]"
               on-click="openThemeUrl_" external></cr-link-row>
-<if expr="not is_linux">
+<if expr="not is_posix">
           <template is="dom-if" if="[[prefs.extensions.theme.id.value]]">
             <div class="separator"></div>
             <cr-button id="useDefault" on-click="onUseDefaultClick_">
@@ -35,7 +35,7 @@
             </cr-button>
           </template>
 </if>
-<if expr="is_linux">
+<if expr="is_posix">
           <div class="settings-row continuation"
               hidden="[[!showThemesSecondary_(
                   prefs.extensions.theme.id.value, systemTheme_)]]"
@@ -154,7 +154,7 @@
           </div>
         </template>
 
-<if expr="is_linux">
+<if expr="is_posix">
         <div class="hr" hidden="[[!pageVisibility.bookmarksBar]]"></div>
         <settings-toggle-button
             hidden="[[!showCustomChromeFrame_]]"