mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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;
|
||||
}
|
||||
|
||||
/*
|
||||
.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
Block a user