mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 10:52:41 +03:00
Merge pull request #373 from toastts/@toastts/usercontrol-arrow-div
dividing line left of UserControls dropdown arrow
This commit is contained in:
commit
7c39e7aa1d
@ -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`
|
||||
@ -106,8 +107,10 @@ const STYLES_ITEM_BOX = css`
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
padding: 8px;
|
||||
padding-right: 12px;
|
||||
padding-right: 9px;
|
||||
transition: 200ms ease all;
|
||||
border-left: 2px solid ${Constants.system.foreground};
|
||||
|
||||
|
||||
:hover {
|
||||
color: ${Constants.system.brand};
|
||||
|
Loading…
Reference in New Issue
Block a user