Skip to content

Commit afbe581

Browse files
authored
fix highlighted line background on option toggle (#11548)
fixes #11355
1 parent 4228c99 commit afbe581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/docPage/type.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
background-color: rgba(255, 255, 255, 0.15);
204204
}
205205
100% {
206-
background-color: rgba(255, 255, 255, 0);
206+
background-color: none;
207207
}
208208
}
209209

0 commit comments

Comments
 (0)