Use copy cursors

This commit is contained in:
Cory LaViska
2020-09-02 07:51:19 -04:00
parent 215ea51a26
commit 0c4beb3608
2 changed files with 5 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ Custom icons can be loaded by setting the `src` attribute. Only SVG images are s
width: 2em;
height: 2em;
margin: 0 auto;
cursor: pointer;
cursor: copy;
transition: var(--sl-transition-medium) all;
}

View File

@@ -175,6 +175,10 @@
}
}
.color-picker__copy-button {
cursor: copy;
}
.color-picker__swatches {
display: grid;
grid-template-columns: repeat(8, 1fr);