fix: My Day toggle only hides buttons not panel, default to false
This commit is contained in:
@@ -28,7 +28,7 @@ window.OutlookRelook.DEFAULTS = {
|
||||
hideFocusedOtherTabs: true,
|
||||
hideSidebarAppIcons: false,
|
||||
hideGroupsSection: false,
|
||||
hideMyDayButtons: true,
|
||||
hideMyDayButtons: false,
|
||||
hideSenderAvatars: false,
|
||||
hideFeatureDiscovery: true,
|
||||
hideVivaInsights: true,
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
hideFocusedOtherTabs: true,
|
||||
hideSidebarAppIcons: false,
|
||||
hideGroupsSection: false,
|
||||
hideMyDayButtons: true,
|
||||
hideMyDayButtons: false,
|
||||
hideSenderAvatars: false,
|
||||
hideFeatureDiscovery: true,
|
||||
hideVivaInsights: true,
|
||||
|
||||
@@ -181,9 +181,9 @@ html[data-or-hide-groups="true"] [aria-label*="Groups" i][role="treeitem"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* My Day / right-side panel buttons */
|
||||
html[data-or-hide-myday="true"] [aria-label*="My Day" i],
|
||||
html[data-or-hide-myday="true"] [aria-label*="To Do" i][role="button"] {
|
||||
/* My Day / right-side panel TOGGLE BUTTONS only (not the panel itself) */
|
||||
html[data-or-hide-myday="true"] button[aria-label*="My Day" i],
|
||||
html[data-or-hide-myday="true"] button[aria-label*="To Do" i] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user