mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update colors from open colors (#406)
* Update to open colors * Update more * More colors * Dahh * More * Border none * More * Update
This commit is contained in:
parent
aa9e98e52b
commit
f4d4b323e1
4 changed files with 23 additions and 25 deletions
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
.ToolIcon__icon {
|
||||
background-color: #ddd;
|
||||
background-color: #e9ecef;
|
||||
|
||||
width: 41px;
|
||||
height: 41px;
|
||||
|
@ -27,13 +27,13 @@
|
|||
font-size: inherit;
|
||||
|
||||
&:hover .ToolIcon__icon {
|
||||
background-color: #e7e5e5;
|
||||
background-color: #e9ecef;
|
||||
}
|
||||
&:active .ToolIcon__icon {
|
||||
background-color: #bdbebc;
|
||||
background-color: #ced4da;
|
||||
}
|
||||
&:focus .ToolIcon__icon {
|
||||
box-shadow: 0 0 0 2px steelblue;
|
||||
box-shadow: 0 0 0 2px #a5d8ff;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -42,12 +42,12 @@
|
|||
opacity: 0;
|
||||
|
||||
&:hover + .ToolIcon__icon {
|
||||
background-color: #e7e5e5;
|
||||
background-color: #e9ecef;
|
||||
}
|
||||
&:checked + .ToolIcon__icon {
|
||||
background-color: #bdbebc;
|
||||
background-color: #ced4da;
|
||||
}
|
||||
&:focus + .ToolIcon__icon {
|
||||
box-shadow: 0 0 0 2px steelblue;
|
||||
box-shadow: 0 0 0 2px #a5d8ff;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue