mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Use copy cursors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -175,6 +175,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.color-picker__copy-button {
|
||||
cursor: copy;
|
||||
}
|
||||
|
||||
.color-picker__swatches {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(8, 1fr);
|
||||
|
||||
Reference in New Issue
Block a user