Skip to content

Commit

Permalink
💡tweak: cleanup clg & fix tooltips
Browse files Browse the repository at this point in the history
by dm
  • Loading branch information
davidsmorais committed Apr 19, 2022
1 parent 685861d commit 9dd94b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class Nav {
}

click(x) {
console.log("🚀 ~ file: nav.js ~ line 48 ~ Nav ~ click ~ x", x);
document.querySelector(x).click();
}

Expand Down
2 changes: 1 addition & 1 deletion src/style/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ html.side-bar-hidden #container.leftColumn-overlaid #app {
color: var(--font-color-primary) !important;
}

.ms-Callout-container .ms-Callout-main * {
.ms-Callout-container .ms-Tooltip * {
background: var(--bg-secondary);
color: var(--font-color-primary);
}
Expand Down

0 comments on commit 9dd94b4

Please sign in to comment.