Skip to content

Commit

Permalink
style(move): --cropper-move-border
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet authored and Mawi137 committed Aug 27, 2024
1 parent 3bea170 commit fc7f2b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
.ngx-ic-move {
width: 100%;
cursor: move;
border: 1px solid rgba(255, 255, 255, 0.5);
border: var(--cropper-move-border, 1px solid rgba(255, 255, 255, 0.5));
}

&:focus {
Expand Down

0 comments on commit fc7f2b5

Please sign in to comment.