Make bottom left menu buttons use RoleButton too

Conflicts:
	src/components/structures/BottomLeftMenu.js

cherry-picking commit 2bf0074.
This commit is contained in:
David Baker
2017-05-04 15:38:53 +01:00
committed by Luke Barnard
parent d81f894a50
commit 67ecd94b4a
3 changed files with 31 additions and 136 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;
}