Skip to content

Commit 2050742

Browse files
Fix focus with tab navigation on small avatar images (decidim#15304)
Co-authored-by: Andrés Pereira de Lucena <andreslucena@users.noreply.github.com>
1 parent d40785d commit 2050742

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

decidim-core/app/packs/stylesheets/decidim/_author.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
&-container {
1616
@apply rounded-full overflow-hidden inline-block w-6 h-6 align-top;
17+
18+
&:focus-within {
19+
@apply ring-2 ring-primary;
20+
}
1721
}
1822

1923
&-counter {

0 commit comments

Comments
 (0)