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 {
cursor: pointer;
margin: 0 2px 0 5px;
opacity: 0.3;
opacity: 0.5;
&:hover {
opacity: 0.6;
opacity: 1;
}
}
.flagParent {
cursor: pointer;
margin: 0 20px 0 2px;
margin: 0 0.25em;
.flagOn {
color: orange;
}
.flagOff {
&.flagOff:not(:hover) {
opacity: 0.5;
&:hover {
opacity: 1;
}
}
}
}