|  | @@ -4,7 +4,7 @@
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  .ToolIcon__icon {
 |  |  .ToolIcon__icon {
 | 
											
												
													
														|  | -  background-color: #ddd;
 |  | 
 | 
											
												
													
														|  | 
 |  | +  background-color: #e9ecef;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |    width: 41px;
 |  |    width: 41px;
 | 
											
												
													
														|  |    height: 41px;
 |  |    height: 41px;
 | 
											
										
											
												
													
														|  | @@ -27,13 +27,13 @@
 | 
											
												
													
														|  |    font-size: inherit;
 |  |    font-size: inherit;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |    &:hover .ToolIcon__icon {
 |  |    &:hover .ToolIcon__icon {
 | 
											
												
													
														|  | -    background-color: #e7e5e5;
 |  | 
 | 
											
												
													
														|  | 
 |  | +    background-color: #e9ecef;
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |    &:active .ToolIcon__icon {
 |  |    &:active .ToolIcon__icon {
 | 
											
												
													
														|  | -    background-color: #bdbebc;
 |  | 
 | 
											
												
													
														|  | 
 |  | +    background-color: #ced4da;
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |    &:focus .ToolIcon__icon {
 |  |    &:focus .ToolIcon__icon {
 | 
											
												
													
														|  | -    box-shadow: 0 0 0 2px steelblue;
 |  | 
 | 
											
												
													
														|  | 
 |  | +    box-shadow: 0 0 0 2px #a5d8ff;
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -42,12 +42,12 @@
 | 
											
												
													
														|  |    opacity: 0;
 |  |    opacity: 0;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |    &:hover + .ToolIcon__icon {
 |  |    &:hover + .ToolIcon__icon {
 | 
											
												
													
														|  | -    background-color: #e7e5e5;
 |  | 
 | 
											
												
													
														|  | 
 |  | +    background-color: #e9ecef;
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |    &:checked + .ToolIcon__icon {
 |  |    &:checked + .ToolIcon__icon {
 | 
											
												
													
														|  | -    background-color: #bdbebc;
 |  | 
 | 
											
												
													
														|  | 
 |  | +    background-color: #ced4da;
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |    &:focus + .ToolIcon__icon {
 |  |    &:focus + .ToolIcon__icon {
 | 
											
												
													
														|  | -    box-shadow: 0 0 0 2px steelblue;
 |  | 
 | 
											
												
													
														|  | 
 |  | +    box-shadow: 0 0 0 2px #a5d8ff;
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |  }
 |  |  }
 |