Skip to content

Commit

Permalink
Merge pull request #18266 from cubuspl42/fix-flickering-1
Browse files Browse the repository at this point in the history
Remove the blink_input_opacity_to_prevent_scrolling_when_focus hack
  • Loading branch information
puneetlath authored May 2, 2023
2 parents 846a50c + 12ee87f commit 8b2fbd4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,9 @@
outline: 0;
box-shadow: inset 0px 0px 0px 1px #5AB0FF;
}
@keyframes blink_input_opacity_to_prevent_scrolling_when_focus {
0% { opacity: 0; }
100% { opacity: 1; }
}
input:focus-visible, input:focus[data-focusvisible-polyfill],
select:focus-visible, select:focus[data-focusvisible-polyfill] {
box-shadow: none;
animation: blink_input_opacity_to_prevent_scrolling_when_focus 0.01s;
}
::-ms-reveal {
display: none;
Expand Down

0 comments on commit 8b2fbd4

Please sign in to comment.