.screen .toolbar nav ul > li.andy {
  position: relative;
  width: 40.5px;
  height: 36px;
  margin-right: 10px;
  cursor: default;
  background-color: transparent;
}
.screen .toolbar nav ul > li.andy:after {
  display: block;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28.35px;
  height: 27px;
  background: url('icon-dark.svg') no-repeat center center;
  background-size: 28.35px auto;
  background-color: transparent;
} 