mirror of https://github.com/vector-im/riot-web
Fixed small collapsed state hover issue with badges
parent
f640be90ad
commit
ee8572559f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue