Skip to content

Commit d97fd43

Browse files
Merge pull request #1514 from ASU/UDS-1985
UDS-1985: Card Arrangement: image based cards focus indicator frame too small & hidden
2 parents 35137cd + a130196 commit d97fd43

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_images.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727
img.img-original {
2828
width: initial;
2929
}
30+
31+
a:has(img) {
32+
33+
&:focus {
34+
display: flex;
35+
position: relative;
36+
}
37+
38+
}
39+
3040
.uds-figure-caption {
3141
border: 1px solid $uds-color-base-gray-3;
3242
border-top: none;

0 commit comments

Comments
 (0)