Rename toggle to view

This commit is contained in:
J. Ryan Stinnett
2021-04-12 13:56:09 +01:00
parent b3706b682e
commit 19d7ccac07
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ limitations under the License.
visibility: visible;
}
.mx_InviteReason_toggle {
.mx_InviteReason_view {
display: none;
position: absolute;
inset: 0;
@@ -48,7 +48,7 @@ limitations under the License.
visibility: hidden;
}
.mx_InviteReason_toggle {
.mx_InviteReason_view {
display: flex;
}
}