Skip to content

Commit ea79941

Browse files
move comment
1 parent b8035a7 commit ea79941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotcom-rendering/src/components/ProductCardImage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export const ProductCardImage = ({
3131
target="_blank"
3232
rel="noopener noreferrer"
3333
aria-label={label}
34+
// this is needed to override global style
35+
// html:not(.src-focus-disabled) *:focus
36+
// it has specificity(0, 2, 1) so we need (0, 3, 0)
3437
css={css`
35-
// this is needed to override global style
36-
// html:not(.src-focus-disabled) *:focus
37-
// it has specificity(0, 2, 1) so we need (0, 3, 0)
3838
&&:focus {
3939
box-shadow: none;
4040
}

0 commit comments

Comments
 (0)