Rename event edit button to options button

This naming is clearer as it doesn't really edit at all (it shows a context
menu). This should also be less confusing with actual editing when it arrives.
This commit is contained in:
J. Ryan Stinnett 2019-04-26 11:01:29 +01:00
parent 147c287acd
commit 530c92e03d
2 changed files with 8 additions and 8 deletions

View file

@ -219,7 +219,7 @@ limitations under the License.
width: auto;
}
.mx_EventTile_editButton {
.mx_EventTile_optionsButton {
position: absolute;
display: inline-block;
visibility: hidden;
@ -232,8 +232,8 @@ limitations under the License.
user-select: none;
}
.mx_EventTile:hover .mx_EventTile_editButton,
.mx_EventTile.menu .mx_EventTile_editButton {
.mx_EventTile:hover .mx_EventTile_optionsButton,
.mx_EventTile.menu .mx_EventTile_optionsButton {
visibility: visible;
}
@ -551,7 +551,7 @@ limitations under the License.
top: 3px;
}
.mx_EventTile_editButton {
.mx_EventTile_optionsButton {
top: 3px;
}