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:
Lipis 2020-01-17 02:54:21 +02:00 committed by Christopher Chedeau
parent aa9e98e52b
commit f4d4b323e1
4 changed files with 23 additions and 25 deletions

View file

@ -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;
}
}