mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
css: Use hsl for action-button icon colors.
We only change this for `.action-button i` and `.action-button:hover i` since we need to make the dnd icon lighter in comparison to these two. These are the two that are absolutely necessary to change, we can also change others to hsl color space after discussion on CZO.
This commit is contained in:
committed by
Tim Abbott
parent
916fab7963
commit
4125de4a60
@@ -114,12 +114,12 @@ body {
|
||||
}
|
||||
|
||||
.action-button i {
|
||||
color: rgb(108 133 146 / 100%);
|
||||
color: hsl(200.53deg 14.96% 49.8%);
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.action-button:hover i {
|
||||
color: rgb(152 169 179 / 100%);
|
||||
color: hsl(202.22deg 15.08% 64.9%);
|
||||
}
|
||||
|
||||
.action-button.active {
|
||||
|
Reference in New Issue
Block a user