mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
enable ColorPicker keyboard shortcuts if using custom color (#2288)
This commit is contained in:
parent
f404ab6f50
commit
5e55e77f54
2 changed files with 9 additions and 0 deletions
|
@ -51,6 +51,12 @@
|
|||
display: grid;
|
||||
grid-template-columns: repeat(5, auto);
|
||||
grid-gap: 0.5rem;
|
||||
border-radius: 4px;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 2px var(--focus-highlight-color);
|
||||
}
|
||||
}
|
||||
|
||||
.color-picker-content .color-input-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue