Merge branch 'rubo77-hide-options-cp' into develop

pull/5939/head
David Baker 2018-01-05 14:30:36 +00:00
commit d6942a455d
1 changed files with 4 additions and 0 deletions

View File

@ -224,6 +224,10 @@ limitations under the License.
width: 19px;
height: 19px;
background-image: url($edit-button-url);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mx_EventTile:hover .mx_EventTile_editButton,