Prepare room components for local rooms (#9082)
This commit is contained in:
parent
c980885d6b
commit
9edd49818c
7 changed files with 252 additions and 109 deletions
|
@ -100,7 +100,7 @@ limitations under the License.
|
|||
display: flex;
|
||||
user-select: none;
|
||||
|
||||
&:hover {
|
||||
&:not(.mx_RoomHeader_name--textonly):hover {
|
||||
background-color: $quinary-content;
|
||||
}
|
||||
|
||||
|
@ -139,7 +139,7 @@ limitations under the License.
|
|||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_name,
|
||||
.mx_RoomHeader_name:not(.mx_RoomHeader_name--textonly),
|
||||
.mx_RoomHeader_avatar {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue