Skip to content

Commit 674916e

Browse files
committed
Remove doubled focus style
1 parent 551185a commit 674916e

File tree

8 files changed

+301
-469
lines changed

8 files changed

+301
-469
lines changed

src/app/content/components/popUp/__snapshots__/ChapterFilter.spec.tsx.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ input:checked + .c10 .c12 {
115115
.c8:focus-within {
116116
border-radius: 0.4rem;
117117
background-color: #f1f1f1;
118-
outline: 0.1rem dotted #212121;
119-
outline: 0.5rem auto -webkit-focus-ring-color;
118+
outline: 0.2rem auto Highlight;
119+
outline: 0.2rem inset -webkit-focus-ring-color;
120120
}
121121
122122
.c8:focus-within .c9 {
@@ -161,8 +161,8 @@ input:checked + .c10 .c12 {
161161
.c15:focus-within {
162162
border-radius: 0.4rem;
163163
background-color: #f1f1f1;
164-
outline: 0.1rem dotted #212121;
165-
outline: 0.5rem auto -webkit-focus-ring-color;
164+
outline: 0.2rem auto Highlight;
165+
outline: 0.2rem inset -webkit-focus-ring-color;
166166
}
167167
168168
.c15:focus-within .c9 {

0 commit comments

Comments
 (0)