mirror of
https://github.com/react95-io/React95.git
synced 2026-04-26 03:00:18 -04:00
closes #45
This commit is contained in:
@@ -103,6 +103,8 @@ const StyledDropdownListItem = styled.li`
|
||||
line-height: calc(${blockSizes.md} - 4px);
|
||||
font-size: ${fontSizes.md};
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: ${({ theme }) => theme.inputText};
|
||||
&:hover {
|
||||
background: ${({ theme }) => theme.hoverBackground};
|
||||
|
||||
Reference in New Issue
Block a user