Skip to content

Commit c1aa822

Browse files
committed
fix: fix select component style under dark mode
1 parent 5d77de2 commit c1aa822

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
## 0.13.1
66

7+
- Fixed select component style under dark mode.
78
- Redeployed the rewrite script so users on older versions can continue using the extension normally.
8-
- Introduced a compliance version of DNR rules to meet Chrome Web Store policies.
99

1010
## 0.13.0
1111

entrypoints/ui/style.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,6 @@ tempad input[type="number"]:focus-visible {
8787
gap: var(--spacer-2);
8888
}
8989

90-
[data-fpl-version="ui3"] tempad select {
91-
height: var(--spacer-4);
92-
border: 1px solid var(--color-border);
93-
border-radius: var(--radius-medium);
94-
background-image: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E%3Cpath fill='%23000000e5' fill-opacity='1' fill-rule='evenodd' stroke='none' d='m3.646 5.354-3-3 .708-.708L4 4.293l2.646-2.647.708.708-3 3L4 5.707l-.354-.353z'%3E%3C/path%3E%3C/svg%3E");
95-
font-family: var(--text-body-medium-font-family);
96-
font-size: var(--text-body-medium-font-size);
97-
font-weight: var(--text-body-medium-font-weight);
98-
letter-spacing: var(--text-body-medium-letter-spacing);
99-
line-height: var(--text-body-medium-line-height);
100-
}
101-
102-
[data-preferred-theme="dark"][data-fpl-version="ui3"] tempad select {
103-
background-image: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E%3Cpath fill='%23fff' fill-opacity='1' fill-rule='evenodd' stroke='none' d='m3.646 5.354-3-3 .708-.708L4 4.293l2.646-2.647.708.708-3 3L4 5.707l-.354-.353z'%3E%3C/path%3E%3C/svg%3E");
104-
}
105-
10690
[data-fpl-version="ui3"] tempad input[type="text"],
10791
[data-fpl-version="ui3"] tempad input[type="number"] {
10892
height: var(--spacer-4);

0 commit comments

Comments
 (0)