Made border transparent when not hovered

Signed-off-by: Oliver Hunt <oliver@hunt.bz>
This commit is contained in:
Oliver Hunt 2017-06-10 01:26:20 +01:00
parent b032accdfa
commit 3a86e659af

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
{