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:
committed by
Christopher Chedeau
parent
aa9e98e52b
commit
f4d4b323e1
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user