diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:19:35 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:19:35 +0900 |
| commit | 904114740b2f87743c332e029a4c6817ebb9e17d (patch) | |
| tree | 72f4645aa02999d7e795e93359a52f95d63dadc9 /src/client/app/common/views/components/autocomplete.vue | |
| parent | wip (diff) | |
| download | misskey-904114740b2f87743c332e029a4c6817ebb9e17d.tar.gz misskey-904114740b2f87743c332e029a4c6817ebb9e17d.tar.bz2 misskey-904114740b2f87743c332e029a4c6817ebb9e17d.zip | |
wip
Diffstat (limited to 'src/client/app/common/views/components/autocomplete.vue')
| -rw-r--r-- | src/client/app/common/views/components/autocomplete.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/common/views/components/autocomplete.vue b/src/client/app/common/views/components/autocomplete.vue index ea05afd6dc..99a87520a4 100644 --- a/src/client/app/common/views/components/autocomplete.vue +++ b/src/client/app/common/views/components/autocomplete.vue @@ -259,7 +259,7 @@ export default Vue.extend({ </script> <style lang="stylus" scoped> -@import '~const.styl' + root(isDark) position fixed @@ -302,13 +302,13 @@ root(isDark) background isDark ? rgba(#fff, 0.1) : rgba(#000, 0.1) &[data-selected='true'] - background $theme-color + background var(--primary) &, * color #fff !important &:active - background darken($theme-color, 10%) + background var(--primaryDarken10) &, * color #fff !important |