summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-22 06:36:15 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-22 06:36:15 +0900
commit2d76bdd0f876a3b757b8a3e0726146f471bf395c (patch)
tree1124ecf4dd6f1205a02c73f08be61a8fb6cfc2c1 /src
parent:art: (diff)
downloadsharkey-2d76bdd0f876a3b757b8a3e0726146f471bf395c.tar.gz
sharkey-2d76bdd0f876a3b757b8a3e0726146f471bf395c.tar.bz2
sharkey-2d76bdd0f876a3b757b8a3e0726146f471bf395c.zip
Fix bug
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/messaging-room.message.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/messaging-room.message.vue b/src/client/pages/messaging-room.message.vue
index 523e6ab866..48de2c7cd7 100644
--- a/src/client/pages/messaging-room.message.vue
+++ b/src/client/pages/messaging-room.message.vue
@@ -310,7 +310,7 @@ export default Vue.extend({
}
> .text {
- &, * {
+ &, ::v-deep * {
color: #fff !important;
}
}