Skip to content

Commit 52a7961

Browse files
Polish filters (#1664)
* Update style.scss * Update version.py --------- Co-authored-by: hushline-dev <git-dev@scidsg.org>
1 parent cb6704c commit 52a7961

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

assets/scss/style.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,10 @@
640640
.onboarding-wizard {
641641
background-color: white;
642642
}
643+
644+
.directory-filter-group select {
645+
color: var(--color-text);
646+
}
643647
}
644648

645649
/* Dark Mode */
@@ -1189,6 +1193,10 @@
11891193
.onboarding-wizard {
11901194
background-color: var(--color-dark-bg);
11911195
}
1196+
1197+
.directory-filter-group select {
1198+
color: var(--color-text-dark);
1199+
}
11921200
}
11931201

11941202
body {
@@ -2553,6 +2561,7 @@ input:focus {
25532561

25542562
.directory-filter-group select {
25552563
margin-bottom: 0;
2564+
line-height: 1.75;
25562565
}
25572566

25582567
.directory-filter-actions {

hushline/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.118"
1+
__version__ = "0.5.119"

0 commit comments

Comments
 (0)