Made border transparent when not hovered

Signed-off-by: Oliver Hunt <oliver@hunt.bz>
pull/4259/head
Oliver Hunt 2017-06-10 01:26:20 +01:00
parent b032accdfa
commit 3a86e659af
1 changed files with 1 additions and 1 deletions

View File

@ -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
{