#toplevel_page_doppler_forms_menu {
    a {
      .dashicons-before {
        img {
          width: 20px;
        }
      }
    }
    &.current {
      a {
        .dashicons-before {
          img {
            opacity:1;
          }
        }
      }
    }
  }