aboutsummaryrefslogtreecommitdiff
path: root/src/components/select/select.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2024-04-28 19:05:18 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2024-04-28 19:05:18 +0000
commit51709ad31893714d98bf7c05cd37d1d07fde65ca (patch)
treeace81acf8842a4063e12ae561f1a1a7de6aab2c6 /src/components/select/select.vue
parent4de9daa1144536f03c86d277b4ec1288dc9df432 (diff)
parent3056017f8e35c98a7fb42162c7e3460a4ebab619 (diff)
Merge branch 'develop' into 'scrobbles-age'
# Conflicts: # src/i18n/en.json
Diffstat (limited to 'src/components/select/select.vue')
-rw-r--r--src/components/select/select.vue11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/components/select/select.vue b/src/components/select/select.vue
index 1797afc8..32832126 100644
--- a/src/components/select/select.vue
+++ b/src/components/select/select.vue
@@ -22,8 +22,6 @@
<script src="./select.js"> </script>
<style lang="scss">
-@import "../../variables";
-
/* TODO fix order of styles */
label.Select {
padding: 0;
@@ -32,12 +30,10 @@ label.Select {
appearance: none;
background: transparent;
border: none;
- color: $fallback--text;
- color: var(--inputText, --text, $fallback--text);
+ color: var(--text);
margin: 0;
padding: 0 2em 0 0.2em;
- font-family: sans-serif;
- font-family: var(--inputFont, sans-serif);
+ font-family: var(--font);
font-size: 1em;
width: 100%;
z-index: 1;
@@ -52,8 +48,7 @@ label.Select {
right: 5px;
height: 100%;
width: 0.875em;
- color: $fallback--text;
- color: var(--inputText, $fallback--text);
+ font-family: var(--font);
line-height: 2;
z-index: 0;
pointer-events: none;