Improve messageview flag and info buttons/icons

This commit is contained in:
djmaze 2021-03-10 12:15:41 +01:00
parent 34b25eedea
commit 914c6e8d14

View file

@ -70,28 +70,24 @@
.infoParent { .infoParent {
cursor: pointer; cursor: pointer;
margin: 0 2px 0 5px; opacity: 0.5;
opacity: 0.3;
&:hover { &:hover {
opacity: 0.6; opacity: 1;
} }
} }
.flagParent { .flagParent {
cursor: pointer; cursor: pointer;
margin: 0 20px 0 2px; margin: 0 0.25em;
.flagOn { .flagOn {
color: orange; color: orange;
} }
.flagOff { &.flagOff:not(:hover) {
opacity: 0.5; opacity: 0.5;
&:hover {
opacity: 1;
}
} }
} }
} }