Skip to content

Commit 8d6d221

Browse files
committed
feat(bases): add style setting to hide column header icons (opt-in)
1 parent decea3b commit 8d6d221

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

source/6-plugins/core_plugins.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,18 @@ body:not(.show-outline-buttons) .workspace-leaf-content[data-type="outline"] .na
284284
flex-grow: 1;
285285
margin: 4px 0;
286286
}
287+
287288
/* ────────────────────────────────────────────────────────────────────────── */
288289
/* footnotes view */
289290

290291
/* alternating row colors */
291292
.footnotes-view .footnotes-list .footnote-list-item:nth-child(odd) {
292293
background-color: var(--a-row);
293294
}
295+
296+
/* ────────────────────────────────────────────────────────────────────────── */
297+
/* Bases */
298+
299+
.bases-hide-column-header-icons .bases-table-header-icon {
300+
display: none;
301+
}

source/style-settings.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ settings:
520520
# Plugin-Specific Settings
521521
- id: plugin-specific-settings
522522
title: ⚙️ Plugin-specific settings
523-
description: File explorer, bookmarks, backlinks, outgoing links, outline
523+
description: File explorer, bookmarks, backlinks, outgoing links, outline, bases
524524
type: heading
525525
level: 1
526526
collapsed: true
@@ -571,6 +571,10 @@ settings:
571571
hidden. Enable this setting to show a compact version of them.
572572
default: false
573573
type: class-toggle
574+
- id: bases-hide-column-header-icons
575+
title: "Bases: Hide column header icons"
576+
default: false
577+
type: class-toggle
574578

575579
#─────────────────────────────────────────────────────────────────────────────
576580
# Appendix

0 commit comments

Comments
 (0)