mirror of https://github.com/zulip/zulip.git
streams: Change color of the checkmark to blue.
This is a UI experiment which change the regular and on-hover colors of the green checkmark in All Streams UI to match the send button of the compose box. Co-authored-by: Raghav Luthra <rluthra2002@gmail.com>
This commit is contained in:
parent
2585fe5c41
commit
3d1b846d86
|
@ -530,7 +530,7 @@ h4.user_group_setting_subsection_title {
|
|||
}
|
||||
|
||||
&.checked:hover svg {
|
||||
opacity: 0.5;
|
||||
fill: hsl(240deg 41% 50%);
|
||||
}
|
||||
|
||||
&.disabled svg {
|
||||
|
@ -556,7 +556,7 @@ h4.user_group_setting_subsection_title {
|
|||
}
|
||||
|
||||
.checked svg {
|
||||
fill: hsl(170deg 48% 54%);
|
||||
fill: hsl(240deg 96% 68%);
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
Loading…
Reference in New Issue