try to make the edit button more reliable
This commit is contained in:
parent
de1e8e9f93
commit
dc401075a7
|
@ -96,12 +96,9 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_EventTile_editButton {
|
.mx_EventTile_editButton {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 1px;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
border: 0px;
|
|
||||||
outline: none;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile:hover .mx_EventTile_editButton {
|
.mx_EventTile:hover .mx_EventTile_editButton {
|
||||||
|
|
Loading…
Reference in New Issue