Skip to content

Commit

Permalink
Merge pull request #2649 from AndrewJDR/reinstate_lowered_opacity_for…
Browse files Browse the repository at this point in the history
…_offline_avatars

Bring back the lowered opacity for offline/unavailable avatars.
  • Loading branch information
turt2live committed Feb 16, 2019
2 parents 1e55b1e + 85930fc commit b27f368
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions res/css/views/rooms/_EntityTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,14 @@ limitations under the License.
color: $primary-fg-color;
}

/*
.mx_EntityTile_unavailable .mx_EntityTile_avatar,
.mx_EntityTile_unavailable .mx_EntityTile_name,
.mx_EntityTile_unavailable .mx_EntityTile_name_hover,
.mx_EntityTile_offline_beenactive .mx_EntityTile_avatar,
.mx_EntityTile_offline_beenactive .mx_EntityTile_name,
.mx_EntityTile_offline_beenactive .mx_EntityTile_name_hover
{
opacity: 0.66;
opacity: 0.5;
}

.mx_EntityTile_offline_neveractive .mx_EntityTile_avatar,
Expand All @@ -105,7 +104,6 @@ limitations under the License.
{
opacity: 0.25;
}
*/

.mx_EntityTile_subtext {
font-size: 11px;
Expand Down

0 comments on commit b27f368

Please sign in to comment.