mirror of https://github.com/vector-im/riot-web
Preliminary fix for showing muted state when collapsed - keep faded avatar, but don't show the mute icon
parent
18701a2dae
commit
87bddcd8ce
|
@ -91,15 +91,16 @@ limitations under the License.
|
|||
z-index: 200;
|
||||
}
|
||||
|
||||
/* Position mute icon when collapsed */
|
||||
/* Position mute icon when collapsed - invisiible at the moment */
|
||||
.collapsed .mx_RoomTile .mx_RoomTile_badge.mx_RoomTile_badgeMute {
|
||||
background-color: rgba(0,0,0,0);
|
||||
opacity: 1;
|
||||
opacity: 0;
|
||||
top: -40px;
|
||||
}
|
||||
|
||||
/* Position menu icon when room muted and collapsed */
|
||||
.collapsed .mx_RoomTile .mx_RoomTile_badge.mx_RoomTile_badgeButton.mx_RoomTile_badgeMute, .collapsed .mx_RoomTile .mx_RoomTile_badge.mx_RoomTile_badgeButton.mx_RoomTile_badgeMute {
|
||||
display: inline-block;
|
||||
background-color: rgb(214, 214, 214);
|
||||
letter-spacing: 0.1em;
|
||||
opacity: 1;
|
||||
|
|
Loading…
Reference in New Issue