disable presence opacity
This commit is contained in:
parent
30e6fdc122
commit
302b3ad0e9
1 changed files with 2 additions and 1 deletions
|
@ -87,6 +87,7 @@ 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,
|
||||||
|
@ -110,5 +111,5 @@ limitations under the License.
|
||||||
{
|
{
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue