summaryrefslogtreecommitdiff
path: root/src/client/app/common/views/components/ui/textarea.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:19:35 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:19:35 +0900
commit904114740b2f87743c332e029a4c6817ebb9e17d (patch)
tree72f4645aa02999d7e795e93359a52f95d63dadc9 /src/client/app/common/views/components/ui/textarea.vue
parentwip (diff)
downloadmisskey-904114740b2f87743c332e029a4c6817ebb9e17d.tar.gz
misskey-904114740b2f87743c332e029a4c6817ebb9e17d.tar.bz2
misskey-904114740b2f87743c332e029a4c6817ebb9e17d.zip
wip
Diffstat (limited to 'src/client/app/common/views/components/ui/textarea.vue')
-rw-r--r--src/client/app/common/views/components/ui/textarea.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/common/views/components/ui/textarea.vue b/src/client/app/common/views/components/ui/textarea.vue
index 60fe1cdd82..53b7dcaf8c 100644
--- a/src/client/app/common/views/components/ui/textarea.vue
+++ b/src/client/app/common/views/components/ui/textarea.vue
@@ -63,7 +63,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
-@import '~const.styl'
+
root(isDark, fill)
margin 42px 0 32px 0
@@ -97,7 +97,7 @@ root(isDark, fill)
left 0
right 0
background none
- border solid 2px $theme-color
+ border solid 2px var(--primary)
border-radius 3px
opacity 0
transition opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1)
@@ -149,7 +149,7 @@ root(isDark, fill)
opacity 1
> .label
- color $theme-color
+ color var(--primary)
&.focused
&.filled