Skip to content

Commit

Permalink
[@lexical/playground] fix: block cursor show horizontal (facebook#6486)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiseiTi authored and jkjk822 committed Aug 26, 2024
1 parent e0d66b1 commit ac607d5
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;
width: 20px;
border-top: 1px solid black;
height: 18px;
border-left: 1px solid black;
animation: CursorBlink 1.1s steps(2, start) infinite;
}

Expand Down

0 comments on commit ac607d5

Please sign in to comment.