Skip to content

Commit 1e22b9e

Browse files
committed
fix: add focus state on comparison list
1 parent 5f8bdbe commit 1e22b9e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/outils/CategorySimulator.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
}
4242
}
4343

44+
&:focus {
45+
outline: solid 3px var(--primary-50);
46+
outline-offset: -3px;
47+
}
48+
4449
@media screen and (max-width: 29.875rem) {
4550
gap: 1rem;
4651
img {

0 commit comments

Comments
 (0)