Make the 'add rooms' button clickable

SVG was swallowing pointer events
pull/5342/head
David Baker 2017-10-19 14:54:56 +01:00
parent c4de42c6af
commit 9d8b59e082
1 changed files with 5 additions and 1 deletions

View File

@ -173,6 +173,10 @@ limitations under the License.
display: inline-block;
}
.mx_GroupView_rooms_header_addButton object {
pointer-events: none;
}
.mx_GroupView_rooms_header_addButton_label {
display: inline-block;
vertical-align: top;
@ -294,4 +298,4 @@ limitations under the License.
.mx_GroupView_groupDesc textarea {
width: 50%;
height: 150px;
}
}