From c5c4bc163d4bb8275dfb193ebd4e6477f121f5af Mon Sep 17 00:00:00 2001 From: Erika Delfino Date: Thu, 1 Dec 2022 12:43:07 -0500 Subject: [PATCH 1/3] Fix(7137) Make the love and favorite icons colorblind friendly --- src/views/preview/stats.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/preview/stats.scss b/src/views/preview/stats.scss index b2bded4973a..cb9f831161e 100644 --- a/src/views/preview/stats.scss +++ b/src/views/preview/stats.scss @@ -55,8 +55,9 @@ cursor: pointer; &:before { + opacity: .5; - background-image: url("/svgs/project/love-gray.svg"); + background-image: url("/svgs/love/love_type-gray.svg"); } } @@ -64,7 +65,7 @@ &:before { opacity: 1; - background-image: url("/svgs/project/love-red.svg"); + background-image: url("/svgs/favorite/favorite_type-gray.svg"); } } From 9c949ad0a42c04679fcc1f3f360f418857c112df Mon Sep 17 00:00:00 2001 From: Erika Delfino Date: Thu, 1 Dec 2022 21:27:36 -0500 Subject: [PATCH 2/3] Changes to stats, and new svgs --- src/views/preview/stats.scss | 4 ++-- static/svgs/project/fav-gray.svg | 13 +++---------- static/svgs/project/love-gray.svg | 13 +++---------- 3 files changed, 8 insertions(+), 22 deletions(-) diff --git a/src/views/preview/stats.scss b/src/views/preview/stats.scss index cb9f831161e..3eb770008ee 100644 --- a/src/views/preview/stats.scss +++ b/src/views/preview/stats.scss @@ -57,7 +57,7 @@ &:before { opacity: .5; - background-image: url("/svgs/love/love_type-gray.svg"); + background-image: url("/svgs/project/love-gray.svg"); } } @@ -65,7 +65,7 @@ &:before { opacity: 1; - background-image: url("/svgs/favorite/favorite_type-gray.svg"); + background-image: url("/svgs/project/love-red.svg"); } } diff --git a/static/svgs/project/fav-gray.svg b/static/svgs/project/fav-gray.svg index 40fff7b6d34..ebde608e817 100644 --- a/static/svgs/project/fav-gray.svg +++ b/static/svgs/project/fav-gray.svg @@ -1,10 +1,3 @@ - - - - fav-gray - Created with Sketch. - - - - - \ No newline at end of file + + + diff --git a/static/svgs/project/love-gray.svg b/static/svgs/project/love-gray.svg index fe6a0ec3d78..19f72151262 100644 --- a/static/svgs/project/love-gray.svg +++ b/static/svgs/project/love-gray.svg @@ -1,10 +1,3 @@ - - - - love-gray - Created with Sketch. - - - - - \ No newline at end of file + + + From 32a48b3b50020282e80335bbff69d279db6473fd Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Mon, 30 Jan 2023 20:29:05 -0500 Subject: [PATCH 3/3] updated project page icons per new designs --- static/svgs/project/fav-gray.svg | 4 +--- static/svgs/project/love-gray.svg | 4 +--- static/svgs/project/remix-gray.svg | 11 +---------- static/svgs/project/views-gray.svg | 14 +------------- 4 files changed, 4 insertions(+), 29 deletions(-) diff --git a/static/svgs/project/fav-gray.svg b/static/svgs/project/fav-gray.svg index ebde608e817..3e64ce6d28f 100644 --- a/static/svgs/project/fav-gray.svg +++ b/static/svgs/project/fav-gray.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/static/svgs/project/love-gray.svg b/static/svgs/project/love-gray.svg index 19f72151262..c6fa2e0b2f0 100644 --- a/static/svgs/project/love-gray.svg +++ b/static/svgs/project/love-gray.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/static/svgs/project/remix-gray.svg b/static/svgs/project/remix-gray.svg index 0701630bed3..a92d28e8a02 100644 --- a/static/svgs/project/remix-gray.svg +++ b/static/svgs/project/remix-gray.svg @@ -1,10 +1 @@ - - - - remix-gray - Created with Sketch. - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/static/svgs/project/views-gray.svg b/static/svgs/project/views-gray.svg index e159580e488..2cee40f8b8b 100644 --- a/static/svgs/project/views-gray.svg +++ b/static/svgs/project/views-gray.svg @@ -1,13 +1 @@ - - - - views-gray - Created with Sketch. - - - - - - - - \ No newline at end of file + \ No newline at end of file