From 31854fe8b879fb815573cd4f5b3f74da5d8772f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 16 Oct 2022 00:11:42 +0200 Subject: [PATCH] Fix Photos select flag image aliasing --- src/style/pages/_photos.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/pages/_photos.scss b/src/style/pages/_photos.scss index c4428b2..c741181 100644 --- a/src/style/pages/_photos.scss +++ b/src/style/pages/_photos.scss @@ -295,7 +295,7 @@ margin-right: 12px; color: #fff; border-radius: 100%; - transition: color 0.3s; + transition: color 0.3s;; @include bp (sm) { width: 26px; @@ -306,6 +306,7 @@ display: block; width: 100%; height: 100%; + transform: translateZ(0); } }