Skip to content

Commit

Permalink
always show remove layer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed May 12, 2024
1 parent 164d2f8 commit dfe661a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const StyledLayerPanelHeader = styled(StyledPanelHeader)`
align-items: stretch;
.layer__remove-layer {
opacity: 0;
opacity: 1;
}
.layer__drag-handle__placeholder {
Expand Down Expand Up @@ -155,7 +155,7 @@ type StyledPanelHeaderHiddenActionsProps = {
const StyledPanelHeaderHiddenActions = styled.div.attrs({
className: 'layer-panel__header__actions__hidden'
})<StyledPanelHeaderHiddenActionsProps>`
opacity: 0;
opacity: 1;
display: flex;
align-items: center;
background-color: ${props =>
Expand Down

0 comments on commit dfe661a

Please sign in to comment.