Skip to content

Commit f633913

Browse files
committed
fix: padding of text cells in Bases tables
1 parent 42567db commit f633913

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

source/5-editor/frontmatter_metadata.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@
4646
border-radius: var(--radius-s);
4747
}
4848

49-
.metadata-property-value :is(.metadata-input-number, .multi-select-container) {
50-
padding-left: 2px;
51-
}
52-
5349
.multi-select-container.multi-select-container .multi-select-input {
5450
padding-top: 2px;
5551
}
@@ -95,11 +91,6 @@
9591
color: var(--text-muted);
9692
}
9793

98-
.metadata-property-value-item.metadata-property-value-item,
99-
.metadata-input-longtext {
100-
padding-left: 2px;
101-
}
102-
10394
.metadata-add-button:hover {
10495
color: var(--hover-accent);
10596
}
@@ -153,14 +144,6 @@ body .metadata-property:hover {
153144
opacity: 0;
154145
}
155146

156-
/* Date Picker */
157-
/* INFO color of the date picker cannot be changed in a flexible manner
158-
* https://stackoverflow.com/questions/62162645/change-color-of-chromes-calendar-icon-in-html-date-input
159-
* */
160-
.metadata-property-value input:is([type="date"], [type="datetime-local"]) {
161-
margin-left: -4px;
162-
}
163-
164147
/* links in metadata */
165148
.internal-link:is(.multi-select-pill, .metadata-link-inner) {
166149
/* creates single underline instead of double */
@@ -170,8 +153,3 @@ body .metadata-property:hover {
170153
.metadata-link {
171154
padding: 0;
172155
}
173-
174-
/* checkbox in metadata */
175-
input[type="checkbox"].metadata-input-checkbox {
176-
margin-left: 2px;
177-
}

0 commit comments

Comments
 (0)