Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6551 from SimonBrandner/fix/pip-cursor/18383
Browse files Browse the repository at this point in the history
Fix wrong cursor being used in PiP
  • Loading branch information
germain-gg authored Aug 4, 2021
2 parents 724c67b + 91b4b50 commit 7b8a43b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion res/css/views/voip/_CallContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ limitations under the License.

.mx_CallPreview {
pointer-events: initial; // restore pointer events so the user can leave/interact
cursor: pointer;

.mx_VideoFeed_remote.mx_VideoFeed_voice {
min-height: 150px;
Expand Down
1 change: 1 addition & 0 deletions res/css/views/voip/_CallView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ limitations under the License.
align-items: center;
justify-content: left;
flex-shrink: 0;
cursor: pointer;
}

.mx_CallView_header_callType {
Expand Down

0 comments on commit 7b8a43b

Please sign in to comment.