mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 10:52:41 +03:00
dividing line left of UserControls dropdown arrow
This commit is contained in:
parent
a9112459cf
commit
f54ddec7ba
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user