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/icons.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/icons.scss')
-rw-r--r--css/icons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 20d03346c..252049816 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -70,7 +70,7 @@
// The atwho panel is a direct child of the body, so it is not affected by
// .app-Talk rules above.
-.atwho-panel {
+.talk.candidate-mentions.atwho-panel {
// "forced-white" needs to be included in the class name as the Avatar does
// not accept several classes.
.icon-group-forced-white {