We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f891c0 commit 7297711Copy full SHA for 7297711
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG.md
2
3
+## 0.20.5 (unreleased)
4
+
5
+ - Fix missing visual indication of selected item in form dropdown fields.
6
+ - 
7
8
9
## 0.20.4 (2024-04-23)
10
11
- Improvements to the fetch function
sqlpage/sqlpage.css
@@ -35,4 +35,9 @@ td > p {
35
/* orchidjs/tom-select#712 */
36
.ts-wrapper.multi .ts-control>div.active {
37
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);
43
}
0 commit comments