Call view accessibility fixes (#7439)
This commit is contained in:
parent
cdbe59900c
commit
44d7d74949
6 changed files with 22 additions and 28 deletions
|
@ -211,9 +211,6 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_CallView_presenting {
|
||||
opacity: 1;
|
||||
transition: opacity 0.5s;
|
||||
|
||||
position: absolute;
|
||||
margin-top: 18px;
|
||||
padding: 4px 8px;
|
||||
|
@ -223,8 +220,3 @@ limitations under the License.
|
|||
color: white;
|
||||
background-color: #17191c;
|
||||
}
|
||||
|
||||
.mx_CallView_presenting_hidden {
|
||||
opacity: 0.001; // opacity 0 can cause a re-layout
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue