Skip to content

Commit 2380c2b

Browse files
Don’t show an outline around mission patch images
1 parent 1e6da9a commit 2380c2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/styles/application.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ $govuk-font-family: Frutiger W01, arial, sans-serif;
5757
}
5858
}
5959

60+
// Improve display of mission patch images inside figures
61+
figure:has(img[src$="mission-patch.png"]) {
62+
background-color: transparent;
63+
border: 0;
64+
65+
img {
66+
outline: 0 none;
67+
}
68+
}
69+
6070
video {
6171
max-width: 100%;
6272
}

0 commit comments

Comments
 (0)