From dc401075a7573cf50df11bfcf279a42203b2c143 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 29 Oct 2015 00:38:51 +0000 Subject: [PATCH] try to make the edit button more reliable --- src/skins/vector/css/molecules/EventTile.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/skins/vector/css/molecules/EventTile.css b/src/skins/vector/css/molecules/EventTile.css index 93e75343cf..3717ff54cb 100644 --- a/src/skins/vector/css/molecules/EventTile.css +++ b/src/skins/vector/css/molecules/EventTile.css @@ -96,12 +96,9 @@ limitations under the License. .mx_EventTile_editButton { position: absolute; - right: 0px; + right: 1px; top: 15px; visibility: hidden; - border: 0px; - outline: none; - margin-bottom: 3px; } .mx_EventTile:hover .mx_EventTile_editButton {