mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-18 05:21:50 +03:00
Merge pull request #5342 from vector-im/dbkr/add_rooms_button_no_swallow_clicks
Make the 'add rooms' button clickable
This commit is contained in:
commit
fc87fd2bb4
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue