styles: Remove obsolete filter: alpha() properties.

This was a workaround for IE < 9.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-08-05 15:09:54 -07:00 committed by Tim Abbott
parent 9f2cd66a4d
commit 12dcaed177
1 changed files with 0 additions and 3 deletions

View File

@ -259,7 +259,6 @@ div[id^="message-edit-send-status"],
color: hsl(0, 0%, 0%);
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
opacity: 0.2;
filter: alpha(opacity=20);
float: right;
}
@ -267,7 +266,6 @@ div[id^="message-edit-send-status"],
.compose-send-status-close:hover {
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
}
#out-of-view-notification {
@ -287,7 +285,6 @@ div[id^="message-edit-send-status"],
color: hsl(0, 0%, 0%);
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
opacity: 0.2;
filter: alpha(opacity=20);
}
}