feat: improve table options dropdown view name input (#1604)
- Always show view name input in dropdown - Edit current view name by default - Add focus style - Reset view edit mode on dropdown close Closes #1540
This commit is contained in:
@ -11,8 +11,7 @@ const StyledHeader = styled.li`
|
||||
font-size: ${({ theme }) => theme.font.size.sm};
|
||||
font-weight: ${({ theme }) => theme.font.weight.medium};
|
||||
|
||||
padding: calc(${({ theme }) => theme.spacing(2)})
|
||||
calc(${({ theme }) => theme.spacing(2)});
|
||||
padding: ${({ theme }) => theme.spacing(2)};
|
||||
|
||||
user-select: none;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user