diff --git a/index.html b/index.html index d87fb168..2fbca80a 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,5 @@
- diff --git a/src/components/App.vue b/src/components/App.vue index 9d6434ef..52d41155 100644 --- a/src/components/App.vue +++ b/src/components/App.vue @@ -68,12 +68,4 @@ export default { diff --git a/src/components/Editor.vue b/src/components/Editor.vue index efb078ac..712631ae 100644 --- a/src/components/Editor.vue +++ b/src/components/Editor.vue @@ -1,14 +1,19 @@ @@ -47,11 +89,6 @@ export default { font-family: inherit; } - .discussion-highlight, - .find-replace-highlight { - background-color: transparentize(#ffe400, 0.5); - } - .hide { display: none; } diff --git a/src/components/ExplorerNode.vue b/src/components/ExplorerNode.vue index 01f20da7..a41f317f 100644 --- a/src/components/ExplorerNode.vue +++ b/src/components/ExplorerNode.vue @@ -1,15 +1,15 @@ diff --git a/src/components/StatusBar.vue b/src/components/StatusBar.vue index 7e27667a..5fe4d874 100644 --- a/src/components/StatusBar.vue +++ b/src/components/StatusBar.vue @@ -25,7 +25,6 @@ diff --git a/src/components/gutters/PreviewNewDiscussionButtonGutter.vue b/src/components/gutters/PreviewNewDiscussionButtonGutter.vue new file mode 100644 index 00000000..fb1c1421 --- /dev/null +++ b/src/components/gutters/PreviewNewDiscussionButtonGutter.vue @@ -0,0 +1,71 @@ + + + + diff --git a/src/components/modals/providers/GooglePhotoModal.vue b/src/components/modals/providers/GooglePhotoModal.vue index dcdaa3dd..d495f894 100644 --- a/src/components/modals/providers/GooglePhotoModal.vue +++ b/src/components/modals/providers/GooglePhotoModal.vue @@ -1,7 +1,7 @@