Skip to content

Commit

Permalink
fix arrow keying past list item
Browse files Browse the repository at this point in the history
- in chrome it take two left arrows to go to prev list item
- in firefox ctrl+left does not work
  • Loading branch information
jhchen committed Jan 22, 2021
1 parent a6911aa commit 9d16aa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/core.styl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ resets(arr)
list-style-type: none
padding-left: LIST_STYLE_OUTER_WIDTH
position: relative
word-break: break-all
@supports (display: contents)
> .ql-ui
display: contents
> .ql-ui:before
display: inline-block
margin-left: -1*LIST_STYLE_OUTER_WIDTH
Expand Down

0 comments on commit 9d16aa5

Please sign in to comment.