You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Merge pull request #2649 from AndrewJDR/reinstate_lowered_opacity_for_offline_avatars
Bring back the lowered opacity for offline/unavailable avatars.
This commit is contained in:
@@ -81,7 +81,6 @@ limitations under the License.
|
|||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
.mx_EntityTile_unavailable .mx_EntityTile_avatar,
|
.mx_EntityTile_unavailable .mx_EntityTile_avatar,
|
||||||
.mx_EntityTile_unavailable .mx_EntityTile_name,
|
.mx_EntityTile_unavailable .mx_EntityTile_name,
|
||||||
.mx_EntityTile_unavailable .mx_EntityTile_name_hover,
|
.mx_EntityTile_unavailable .mx_EntityTile_name_hover,
|
||||||
@@ -89,7 +88,7 @@ limitations under the License.
|
|||||||
.mx_EntityTile_offline_beenactive .mx_EntityTile_name,
|
.mx_EntityTile_offline_beenactive .mx_EntityTile_name,
|
||||||
.mx_EntityTile_offline_beenactive .mx_EntityTile_name_hover
|
.mx_EntityTile_offline_beenactive .mx_EntityTile_name_hover
|
||||||
{
|
{
|
||||||
opacity: 0.66;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EntityTile_offline_neveractive .mx_EntityTile_avatar,
|
.mx_EntityTile_offline_neveractive .mx_EntityTile_avatar,
|
||||||
@@ -105,7 +104,6 @@ limitations under the License.
|
|||||||
{
|
{
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
.mx_EntityTile_subtext {
|
.mx_EntityTile_subtext {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|||||||
Reference in New Issue
Block a user