summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/components/notes.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-28 19:59:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-28 19:59:19 +0900
commit8e3dd75c8577633acbe2dfefd41119e3991de8a5 (patch)
tree816669c36d08c0d8f9b359420005f6568d5c5d71 /src/client/app/mobile/views/components/notes.vue
parentwip (diff)
downloadmisskey-8e3dd75c8577633acbe2dfefd41119e3991de8a5.tar.gz
misskey-8e3dd75c8577633acbe2dfefd41119e3991de8a5.tar.bz2
misskey-8e3dd75c8577633acbe2dfefd41119e3991de8a5.zip
wip
Diffstat (limited to 'src/client/app/mobile/views/components/notes.vue')
-rw-r--r--src/client/app/mobile/views/components/notes.vue10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/client/app/mobile/views/components/notes.vue b/src/client/app/mobile/views/components/notes.vue
index 9153b1d551..8f0a1ef196 100644
--- a/src/client/app/mobile/views/components/notes.vue
+++ b/src/client/app/mobile/views/components/notes.vue
@@ -217,9 +217,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
-
-
-root(isDark)
+.mk-notes
overflow hidden
background var(--face)
border-radius 8px
@@ -293,10 +291,4 @@ root(isDark)
&:disabled
opacity 0.7
-.mk-notes[data-darkmode]
- root(true)
-
-.mk-notes:not([data-darkmode])
- root(false)
-
</style>