In some cases, like SDG icons and the proposals map, the image was bigger than the link containing it, resulting in a funny-looking outline on focus. For reasons I don't understand, using `&:active,&:focus:active` didn't compile to the CSS I was expecting, so I'm repeating the same code for these two separate cases.
6 lines
69 B
SCSS
6 lines
69 B
SCSS
.proposals-geozones {
|
|
a {
|
|
@include focus-outline-on-img;
|
|
}
|
|
}
|