mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
final changes to selection helper
This commit is contained in:
parent
599d80dcc3
commit
7fba51b59f
1 changed files with 0 additions and 4 deletions
|
|
@ -61,7 +61,6 @@ const VoidSelectionHelper = ({ rerenderKey }: VoidSelectionHelperProps) => {
|
|||
<div
|
||||
className='
|
||||
flex items-center px-2 py-1.5
|
||||
hover:bg-void-bg-1
|
||||
cursor-pointer
|
||||
'
|
||||
onClick={() => {
|
||||
|
|
@ -82,7 +81,6 @@ const VoidSelectionHelper = ({ rerenderKey }: VoidSelectionHelperProps) => {
|
|||
<div
|
||||
className='
|
||||
flex items-center px-2 py-1.5
|
||||
hover:bg-void-bg-1
|
||||
cursor-pointer
|
||||
'
|
||||
onClick={() => {
|
||||
|
|
@ -102,7 +100,6 @@ const VoidSelectionHelper = ({ rerenderKey }: VoidSelectionHelperProps) => {
|
|||
<div
|
||||
className='
|
||||
flex items-center px-0.5
|
||||
hover:bg-void-bg-1
|
||||
cursor-pointer
|
||||
'
|
||||
onClick={() => {
|
||||
|
|
@ -118,7 +115,6 @@ const VoidSelectionHelper = ({ rerenderKey }: VoidSelectionHelperProps) => {
|
|||
<div
|
||||
className='
|
||||
flex items-center px-2 py-1.5
|
||||
hover:bg-void-bg-1
|
||||
cursor-pointer
|
||||
'
|
||||
onClick={() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue