Remove blur effect
This commit is contained in:
parent
650421eefb
commit
32049f849c
1 changed files with 2 additions and 3 deletions
|
@ -19,8 +19,7 @@ limitations under the License.
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
.mx_InviteReason_reason {
|
.mx_InviteReason_reason {
|
||||||
filter: none;
|
visibility: visible;
|
||||||
transition-duration: 0.5s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_InviteReason_toggle {
|
.mx_InviteReason_toggle {
|
||||||
|
@ -49,7 +48,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_InviteReason_hidden {
|
.mx_InviteReason_hidden {
|
||||||
.mx_InviteReason_reason {
|
.mx_InviteReason_reason {
|
||||||
filter: blur(5px) saturate(0.1) sepia(1);
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_InviteReason_toggle {
|
.mx_InviteReason_toggle {
|
||||||
|
|
Loading…
Reference in a new issue