switch SVGs from imgs to objects, fixing CSS to make onClicks work
This commit is contained in:
parent
a78a693903
commit
3abdcbf806
5 changed files with 25 additions and 5 deletions
|
@ -82,6 +82,13 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_upload object,
|
||||
.mx_MessageComposer_hangup object,
|
||||
.mx_MessageComposer_voicecall object,
|
||||
.mx_MessageComposer_videocall object {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_videocall {
|
||||
padding-right: 10px;
|
||||
padding-top: 4px;
|
||||
|
@ -92,6 +99,6 @@ limitations under the License.
|
|||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_upload img {
|
||||
.mx_MessageComposer_upload object {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue