Style tweak
This commit is contained in:
parent
74b6f93872
commit
314e46c6cf
1 changed files with 3 additions and 2 deletions
|
@ -61,7 +61,8 @@ const Bulge = styled.div`
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
cursor: ew-resize;
|
cursor: ew-resize;
|
||||||
color: #555;
|
color: #555;
|
||||||
background-color: ${colors.stripNormal};
|
color: #464646;
|
||||||
|
background-color: #0000004d;
|
||||||
|
|
||||||
${Strip}:hover &, ${Strip}.dragging & {
|
${Strip}:hover &, ${Strip}.dragging & {
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -78,7 +79,7 @@ const Cover = styled.div`
|
||||||
z-index: ${() => zIndexes.lengthIndicatorCover};
|
z-index: ${() => zIndexes.lengthIndicatorCover};
|
||||||
transform-origin: left top;
|
transform-origin: left top;
|
||||||
|
|
||||||
${Strip}.dragging ~ & {
|
${Strip}.dragging ~ &, ${Strip}:hover ~ & {
|
||||||
background-color: rgb(23 23 23 / 60%);
|
background-color: rgb(23 23 23 / 60%);
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in a new issue