Skip to content

Commit 80c400c

Browse files
authored
Revert "[@lexical/playground] fix: block cursor show horizontal" (#6490)
1 parent f834a04 commit 80c400c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/lexical-playground/src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,8 +1753,8 @@ button.item.dropdown-item-active i {
17531753
display: block;
17541754
position: absolute;
17551755
top: -2px;
1756-
height: 18px;
1757-
border-left: 1px solid black;
1756+
width: 20px;
1757+
border-top: 1px solid black;
17581758
animation: CursorBlink 1.1s steps(2, start) infinite;
17591759
}
17601760

0 commit comments

Comments
 (0)