forked from matrix/element-web
Fixed small collapsed state hover issue with badges
This commit is contained in:
parent
f640be90ad
commit
ee8572559f
|
@ -59,19 +59,6 @@ limitations under the License.
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
.mx_RoomTile_name:before {
|
|
||||||
content:'';
|
|
||||||
width:103px;
|
|
||||||
height:22px;
|
|
||||||
top: 0px;
|
|
||||||
left: 0px;
|
|
||||||
position:absolute;
|
|
||||||
padding-left: 20px;
|
|
||||||
background:linear-gradient(to right, rgba(234,245,240,0) 80%, #eaf5f0 99%);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
.mx_RoomTile_ellipsis .mx_RoomTile_name {
|
.mx_RoomTile_ellipsis .mx_RoomTile_name {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #454545;
|
color: #454545;
|
||||||
|
@ -86,6 +73,10 @@ limitations under the License.
|
||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.collapsed .mx_RoomTile_nameContainer {
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.collapsed .mx_RoomTile_name {
|
.collapsed .mx_RoomTile_name {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue