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
|
@ -199,6 +199,10 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_RoomView_voipButton object {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.mx_RoomView_unreadMessagesBar {
|
||||
color: #ff0064;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue