Skip to content

Commit

Permalink
Merge pull request #5342 from vector-im/dbkr/add_rooms_button_no_swal…
Browse files Browse the repository at this point in the history
…low_clicks

Make the 'add rooms' button clickable
  • Loading branch information
dbkr authored Oct 19, 2017
2 parents c4de42c + 9d8b59e commit fc87fd2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -294,4 +298,4 @@ limitations under the License.
.mx_GroupView_groupDesc textarea {
width: 50%;
height: 150px;
}
}

0 comments on commit fc87fd2

Please sign in to comment.