LengthIndicator has a popover editor
This commit is contained in:
parent
ab37d1b21d
commit
ae66ea90c6
1 changed files with 3 additions and 4 deletions
|
@ -30,10 +30,6 @@ export const propNameText = css`
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #9a9a9a;
|
color: #9a9a9a;
|
||||||
text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.3);
|
text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.3);
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
`
|
`
|
||||||
|
|
||||||
const Row = styled.div`
|
const Row = styled.div`
|
||||||
|
@ -74,6 +70,9 @@ const PropNameContainer = styled.div`
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
${propNameText};
|
${propNameText};
|
||||||
|
&:hover {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
const ControlsContainer = styled.div`
|
const ControlsContainer = styled.div`
|
||||||
|
|
Loading…
Reference in a new issue