mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Added linked message styling
This commit is contained in:
parent
f0bac3a3b0
commit
3099ef68a9
1 changed files with 7 additions and 7 deletions
|
@ -83,10 +83,14 @@ limitations under the License.
|
||||||
/* this is used for the tile for the event which is selected via the URL.
|
/* this is used for the tile for the event which is selected via the URL.
|
||||||
* TODO: ultimately we probably want some transition on here.
|
* TODO: ultimately we probably want some transition on here.
|
||||||
*/
|
*/
|
||||||
.mx_EventTile_selected {
|
.mx_EventTile_selected .mx_EventTile_line {
|
||||||
border-left: #76cfa6 5px solid;
|
border-left: #76cfa6 5px solid;
|
||||||
margin-left: 53px;
|
padding-left: 60px;
|
||||||
padding-left: 7px;
|
background-color: #f7f7f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_EventTile:hover .mx_EventTile_line {
|
||||||
|
background-color: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_searchHighlight {
|
.mx_EventTile_searchHighlight {
|
||||||
|
@ -135,10 +139,6 @@ limitations under the License.
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile:hover .mx_EventTile_line {
|
|
||||||
background-color: #f7f7f7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_EventTile_last .mx_MessageTimestamp {
|
.mx_EventTile_last .mx_MessageTimestamp {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue