Merge pull request #5342 from vector-im/dbkr/add_rooms_button_no_swallow_clicks
Make the 'add rooms' button clickablepull/5344/head
commit
fc87fd2bb4
|
@ -173,6 +173,10 @@ limitations under the License.
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_rooms_header_addButton object {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_GroupView_rooms_header_addButton_label {
|
.mx_GroupView_rooms_header_addButton_label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -294,4 +298,4 @@ limitations under the License.
|
||||||
.mx_GroupView_groupDesc textarea {
|
.mx_GroupView_groupDesc textarea {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue