Make bottom left menu buttons use RoleButton too

This commit is contained in:
David Baker
2017-05-04 15:38:53 +01:00
parent ff709ed8b1
commit 2bf0074953
3 changed files with 25 additions and 138 deletions

View File

@@ -24,3 +24,10 @@ limitations under the License.
.mx_RoleButton object {
pointer-events: none;
}
.mx_RoleButton_tooltip {
display: inline-block;
position: relative;
top: -25px;
left: 6px;
}