mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Make the 'add rooms' button clickable
SVG was swallowing pointer events
This commit is contained in:
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
Block a user