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

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-05-02 21:43:34 +0300
committerAleksander Machniak <alec@alec.pl>2020-05-02 21:44:08 +0300
commit26d5fb1b5513de5f52c710c3e44297b01dfc5502 (patch)
tree21c72090fdba1fbfd34636d9ed7f43f1ae427b40 /skins/elastic/styles
parentdff0ee3e2a1f03617412a1df0279b072c26e1825 (diff)
Fix missing flag indication on collapsed thread in Larry and Elastic (#7366)
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/lists.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/elastic/styles/widgets/lists.less b/skins/elastic/styles/widgets/lists.less
index a8966f978..fabbb8a64 100644
--- a/skins/elastic/styles/widgets/lists.less
+++ b/skins/elastic/styles/widgets/lists.less
@@ -721,6 +721,12 @@ table.fixedcopy {
content: @fa-var-flag;
}
+ tr.flaggedroot:not(:hover) span.unflagged:before {
+ &:extend(.font-icon-class);
+ content: @fa-var-flag;
+ color: @color-list-icon;
+ }
+
tr:hover span.unflagged:before {
&:extend(.font-icon-class);
.font-icon-regular(@fa-var-flag);