mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 13:15:58 +03:00
Made border transparent when not hovered
Signed-off-by: Oliver Hunt <oliver@hunt.bz>
This commit is contained in:
parent
b032accdfa
commit
3a86e659af
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ limitations under the License.
|
|||
}
|
||||
.mx_EventTile_body pre {
|
||||
position: relative;
|
||||
border: 1px solid #f8f8f8;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.mx_EventTile:hover .mx_EventTile_body pre
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue