-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
24 lines (24 loc) · 872 Bytes
/
Copy pathstyles.css
File metadata and controls
24 lines (24 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Applied when any vibrancy type is active — exposes the macOS blur layer */
body.tm-vibrancy,
body.tm-vibrancy .app-container,
body.tm-vibrancy .workspace-ribbon,
body.tm-vibrancy .workspace-split,
body.tm-vibrancy .workspace-tabs,
body.tm-vibrancy .workspace-leaf,
body.tm-vibrancy .workspace-leaf-content,
body.tm-vibrancy .nav-files-container,
body.tm-vibrancy .view-content,
body.tm-vibrancy .mod-root,
body.tm-vibrancy .mod-left-split,
body.tm-vibrancy .mod-right-split,
body.tm-vibrancy .titlebar,
body.tm-vibrancy .titlebar-inner,
body.tm-vibrancy .workspace-tab-header-container,
body.tm-vibrancy .workspace-tab-header,
body.tm-vibrancy .workspace-sidedock-vault-profile,
body.tm-vibrancy .titlebar-button-container,
body.tm-vibrancy .sidebar-toggle-button,
body.tm-vibrancy .view-header,
body.tm-vibrancy .status-bar {
background: transparent !important;
}