dividing line left of UserControls dropdown arrow

This commit is contained in:
toast 2020-10-16 18:58:11 -07:00
parent a9112459cf
commit f54ddec7ba

View File

@ -98,6 +98,7 @@ const STYLES_ITEM_BOX_MOBILE = css`
background-color: ${Constants.system.white};
cursor: pointer;
border-radius: 4px;
border-left: 2px solid ${Constants.system.foreground};
`;
const STYLES_ITEM_BOX = css`
@ -108,6 +109,8 @@ const STYLES_ITEM_BOX = css`
padding: 8px;
padding-right: 12px;
transition: 200ms ease all;
border-left: 2px solid ${Constants.system.foreground};
:hover {
color: ${Constants.system.brand};