LengthIndicator has a popover editor

This commit is contained in:
Aria Minaei 2021-08-02 23:02:38 +02:00
parent ab37d1b21d
commit ae66ea90c6

View file

@ -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`