mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
user_circles: Experiment with horizontal gradient on idle circles.
This commit is contained in:
@@ -3,7 +3,13 @@
|
||||
}
|
||||
|
||||
.user-circle-idle {
|
||||
color: var(--color-user-circle-idle);
|
||||
background: linear-gradient(
|
||||
to right,
|
||||
var(--color-user-circle-idle) 25%,
|
||||
transparent
|
||||
);
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.user-circle-offline {
|
||||
|
||||
Reference in New Issue
Block a user