mirror of https://github.com/vector-im/riot-web
Make the 'add rooms' button clickable
SVG was swallowing pointer eventspull/5342/head
parent
c4de42c6af
commit
9d8b59e082
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue