Hide Options button from copy to clipboard

This commit is contained in:
rubo77 2017-01-05 23:18:56 +01:00
parent b0319ec0f1
commit 85040a2e6d

View File

@ -172,6 +172,10 @@ limitations under the License.
cursor: pointer; cursor: pointer;
top: 6px; top: 6px;
right: 6px; right: 6px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} }
.mx_EventTile:hover .mx_EventTile_editButton, .mx_EventTile:hover .mx_EventTile_editButton,