Fixed small collapsed state hover issue with badges

This commit is contained in:
wmwragg 2016-08-02 15:45:11 +01:00
parent f640be90ad
commit ee8572559f

View File

@ -59,19 +59,6 @@ limitations under the License.
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 {
font-style: italic;
color: #454545;
@ -86,6 +73,10 @@ limitations under the License.
height: 36px;
}
.collapsed .mx_RoomTile_nameContainer {
height: 0;
}
.collapsed .mx_RoomTile_name {
display: none;
}