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,
|
hideFocusedOtherTabs: true,
|
||||||
hideSidebarAppIcons: false,
|
hideSidebarAppIcons: false,
|
||||||
hideGroupsSection: false,
|
hideGroupsSection: false,
|
||||||
hideMyDayButtons: true,
|
hideMyDayButtons: false,
|
||||||
hideSenderAvatars: false,
|
hideSenderAvatars: false,
|
||||||
hideFeatureDiscovery: true,
|
hideFeatureDiscovery: true,
|
||||||
hideVivaInsights: true,
|
hideVivaInsights: true,
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
hideFocusedOtherTabs: true,
|
hideFocusedOtherTabs: true,
|
||||||
hideSidebarAppIcons: false,
|
hideSidebarAppIcons: false,
|
||||||
hideGroupsSection: false,
|
hideGroupsSection: false,
|
||||||
hideMyDayButtons: true,
|
hideMyDayButtons: false,
|
||||||
hideSenderAvatars: false,
|
hideSenderAvatars: false,
|
||||||
hideFeatureDiscovery: true,
|
hideFeatureDiscovery: true,
|
||||||
hideVivaInsights: true,
|
hideVivaInsights: true,
|
||||||
|
|||||||
@@ -181,9 +181,9 @@ html[data-or-hide-groups="true"] [aria-label*="Groups" i][role="treeitem"] {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* My Day / right-side panel buttons */
|
/* My Day / right-side panel TOGGLE BUTTONS only (not the panel itself) */
|
||||||
html[data-or-hide-myday="true"] [aria-label*="My Day" i],
|
html[data-or-hide-myday="true"] button[aria-label*="My Day" i],
|
||||||
html[data-or-hide-myday="true"] [aria-label*="To Do" i][role="button"] {
|
html[data-or-hide-myday="true"] button[aria-label*="To Do" i] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user