Skip to content

Commit

Permalink
BoardFilters: tweeak multi-select style for theme compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
roovo committed Dec 23, 2021
1 parent b85d7b1 commit 83799db
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,16 @@ div.card-board-card-tag > span.cm-hashtag.cm-hashtag-end {
border-top: 1px solid var(--background-modifier-border);
}

.card-board .setting-item:first-child {
padding-top: 0;
border-top: none;
}

.card-board .setting-item {
padding: 18px 0 18px 0;
border-top: 1px solid var(--background-modifier-border);
}

.setting-item-control textarea {
min-height: 10em;
min-width: 22em;
Expand All @@ -402,12 +412,17 @@ div.card-board-card-tag > span.cm-hashtag.cm-hashtag-end {
gap: 3px;
}

.multiselect-items input {
.multiselect-items input.multiselect-input {
border: 0;
min-width: 100px;
font-size: var(--font-small);
}

.multiselect-items input.multiselect-input:focus {
border: 0;
box-shadow: none;
}

.multiselect-item {
white-space: nowrap;
}
Expand Down

0 comments on commit 83799db

Please sign in to comment.