mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
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:
committed by
Tim Abbott
parent
9f2cd66a4d
commit
12dcaed177
@@ -259,7 +259,6 @@ div[id^="message-edit-send-status"],
|
|||||||
color: hsl(0, 0%, 0%);
|
color: hsl(0, 0%, 0%);
|
||||||
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
|
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
filter: alpha(opacity=20);
|
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -267,7 +266,6 @@ div[id^="message-edit-send-status"],
|
|||||||
.compose-send-status-close:hover {
|
.compose-send-status-close:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
filter: alpha(opacity=40);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#out-of-view-notification {
|
#out-of-view-notification {
|
||||||
@@ -287,7 +285,6 @@ div[id^="message-edit-send-status"],
|
|||||||
color: hsl(0, 0%, 0%);
|
color: hsl(0, 0%, 0%);
|
||||||
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
|
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
filter: alpha(opacity=20);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user