Override conflicting rules from comments tab in Files app

Although the CSS rules for the candidate mentions of Talk no longer
mess with other elements, some too broad rules of other elements still
mess with the candidate mentions of Talk, so they need to be explicitly
overriden.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2020-01-10 06:29:46 +01:00
Родитель e27cfb5cee
Коммит a1d02c2f3e
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -140,3 +140,11 @@
color: var(--color-primary-text);
}
}
// Override conflicting rules from the comments tab.
.talk.candidate-mentions {
.atwho-view {
top: unset;
display: unset;
}
}