Remove blur effect

pull/21833/head
J. Ryan Stinnett 2021-04-12 13:11:27 +01:00
parent 798a891d83
commit 7f796640f6
1 changed files with 2 additions and 3 deletions

View File

@ -19,8 +19,7 @@ limitations under the License.
margin-bottom: 1em;
.mx_InviteReason_reason {
filter: none;
transition-duration: 0.5s;
visibility: visible;
}
.mx_InviteReason_toggle {
@ -49,7 +48,7 @@ limitations under the License.
.mx_InviteReason_hidden {
.mx_InviteReason_reason {
filter: blur(5px) saturate(0.1) sepia(1);
visibility: hidden;
}
.mx_InviteReason_toggle {