kopia lustrzana https://github.com/shoelace-style/shoelace
Use copy cursors
rodzic
215ea51a26
commit
0c4beb3608
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue