mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
user_circles: Experiment with horizontal gradient on idle circles.
This commit is contained in:
@@ -3,7 +3,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-circle-idle {
|
.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 {
|
.user-circle-offline {
|
||||||
|
|||||||
Reference in New Issue
Block a user