Skip to content

Commit 7297711

Browse files
committed
Fix missing visual indication of selected item in form dropdown fields
works around tabler/tabler#1879 fixes the first part of #297
1 parent 7f891c0 commit 7297711

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG.md
22

3+
## 0.20.5 (unreleased)
4+
5+
- Fix missing visual indication of selected item in form dropdown fields.
6+
- ![screenshot](https://github.com/tabler/tabler/assets/552629/a575db2f-e210-4984-a786-5727687ac037)
7+
8+
39
## 0.20.4 (2024-04-23)
410

511
- Improvements to the fetch function

sqlpage/sqlpage.css

+5
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@ td > p {
3535
/* orchidjs/tom-select#712 */
3636
.ts-wrapper.multi .ts-control>div.active {
3737
border: 1px solid transparent !important;
38+
}
39+
40+
:root {
41+
/* Workaround for https://github.com/tabler/tabler/issues/1879 */
42+
--tblr-text-secondary-rgb: var(--tblr-secondary-rgb);
3843
}

0 commit comments

Comments
 (0)