Skip to content

Commit

Permalink
Revert "[@lexical/playground] fix: block cursor show horizontal" (fac…
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum authored Aug 4, 2024
1 parent f834a04 commit 80c400c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lexical-playground/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1753,8 +1753,8 @@ button.item.dropdown-item-active i {
display: block;
position: absolute;
top: -2px;
height: 18px;
border-left: 1px solid black;
width: 20px;
border-top: 1px solid black;
animation: CursorBlink 1.1s steps(2, start) infinite;
}

Expand Down

0 comments on commit 80c400c

Please sign in to comment.