diff options
Diffstat (limited to 'browser/components/firefoxview/history.mjs')
-rw-r--r-- | browser/components/firefoxview/history.mjs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/browser/components/firefoxview/history.mjs b/browser/components/firefoxview/history.mjs index 935cc037e9..1fe028449b 100644 --- a/browser/components/firefoxview/history.mjs +++ b/browser/components/firefoxview/history.mjs @@ -418,7 +418,7 @@ class HistoryInView extends ViewPage { ></h3> <fxview-tab-list slot="main" - class="with-context-menu" + secondaryActionClass="options-button" dateTimeFormat=${historyItem.l10nId.includes("prev-month") ? "dateTime" : "time"} @@ -442,7 +442,7 @@ class HistoryInView extends ViewPage { </h3> <fxview-tab-list slot="main" - class="with-context-menu" + secondaryActionClass="options-button" dateTimeFormat="dateTime" hasPopup="menu" maxTabsLength=${this.maxTabsLength} @@ -520,7 +520,7 @@ class HistoryInView extends ViewPage { )} <fxview-tab-list slot="main" - class="with-context-menu" + secondaryActionClass="options-button" dateTimeFormat="dateTime" hasPopup="menu" maxTabsLength="-1" |