Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-10 08:18:55 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-10 08:22:51 +0300
commit1bbc90d77b5926eb787d5851866e12e5dc1841f2 (patch)
tree94f8e96930bbe2539e2b15485203b5586a97cc2b /css/merged-files.scss
parent8d4a28610f3034c32e576e81aeea5bebf9852488 (diff)
Replace default vue-at style sheet with a wrapped version
The wrapped version roots all the rules of the default style sheet on ".talk.candidate-mentions", so the rules affect only the candidate mentions of Talk. Otherwise, as the default rules are too broad (as they use just ".atwho-XXX") they could mess with the autocompletion of other elements (like the comments tab in the Files app). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css/merged-files.scss')
-rw-r--r--css/merged-files.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/merged-files.scss b/css/merged-files.scss
index 04a24cced..96bd66d25 100644
--- a/css/merged-files.scss
+++ b/css/merged-files.scss
@@ -1 +1,2 @@
+@import 'At.scss';
@import 'icons.scss';