diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 23:22:51 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 23:22:51 +0300 |
| commit | 58a975e8df0d72ea330a6120195cc9bc374d68ad (patch) | |
| tree | abb8f14e4fcbb02158cb609ccbd4c6f56e69caf4 /src/components/select/select.vue | |
| parent | 076c52788b46258078ce2d83fdac82d75692c74b (diff) | |
cleanup and fixes
Diffstat (limited to 'src/components/select/select.vue')
| -rw-r--r-- | src/components/select/select.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/select/select.vue b/src/components/select/select.vue index ea8c8b69..92493b0b 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -39,10 +39,10 @@ label.Select { padding: 0 2em 0 .2em; font-family: sans-serif; font-family: var(--inputFont, sans-serif); - font-size: 14px; + font-size: 1em; width: 100%; z-index: 1; - height: 28px; + height: 2em; line-height: 16px; } @@ -55,7 +55,7 @@ label.Select { width: 0.875em; color: $fallback--text; color: var(--inputText, $fallback--text); - line-height: 28px; + line-height: 2; z-index: 0; pointer-events: none; } |
