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:
m-e-l-u-h-a-n 2023-05-13 13:04:01 +05:30 committed by Tim Abbott
parent 2585fe5c41
commit 3d1b846d86
1 changed files with 2 additions and 2 deletions

View File

@ -530,7 +530,7 @@ h4.user_group_setting_subsection_title {
} }
&.checked:hover svg { &.checked:hover svg {
opacity: 0.5; fill: hsl(240deg 41% 50%);
} }
&.disabled svg { &.disabled svg {
@ -556,7 +556,7 @@ h4.user_group_setting_subsection_title {
} }
.checked svg { .checked svg {
fill: hsl(170deg 48% 54%); fill: hsl(240deg 96% 68%);
} }
.icon { .icon {