mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
hopefully fix https://github.com/vector-im/riot-web/issues/3270
This commit is contained in:
parent
f91f5cb65e
commit
eabe4f5c29
1 changed files with 5 additions and 0 deletions
|
@ -251,6 +251,11 @@ limitations under the License.
|
|||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_info .mx_EventTile_line,
|
||||
.mx_EventTile:hover.mx_EventTile_unverified .mx_EventTile_info .mx_EventTile_line {
|
||||
padding-left: 78px;
|
||||
}
|
||||
|
||||
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line {
|
||||
border-left: $e2e-verified-color 5px solid;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue