diff options
| author | Haishan <[email protected]> | 2021-06-05 16:40:07 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2021-06-05 16:40:07 +0800 |
| commit | a18efa9723a0b181e7f90206bc0bd13d6c4a30fd (patch) | |
| tree | 80626c12adf0c6577d6c419a1f03936f23339eee /src/components/shared/Select.module.css | |
| parent | fcab7cad4f4cc65a7f30427be35c12a909633e2e (diff) | |
Update config page style
Diffstat (limited to 'src/components/shared/Select.module.css')
| -rw-r--r-- | src/components/shared/Select.module.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/shared/Select.module.css b/src/components/shared/Select.module.css index 2f21663..9e1a20c 100644 --- a/src/components/shared/Select.module.css +++ b/src/components/shared/Select.module.css @@ -9,9 +9,8 @@ padding-right: 20px; border-radius: 4px; border: 1px solid var(--color-input-border); - transition: all 100ms ease 0s; background-image: url(data:image/svg+xml,%0A%20%20%20%20%3Csvg%20width%3D%228%22%20height%3D%2224%22%20viewBox%3D%220%200%208%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%207L7%2011H1L4%207Z%22%20fill%3D%22%23999999%22%20%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M4%2017L1%2013L7%2013L4%2017Z%22%20fill%3D%22%23999999%22%20%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E%0A%20%20); - background-position: calc(100% - 8px) center; + background-position: right 8px center; background-repeat: no-repeat; } |
