diff --git a/opentech/apply/funds/templates/funds/submissions_by_round.html b/opentech/apply/funds/templates/funds/submissions_by_round.html index 3347bda8965342d6a2f5ff6900f584c3a82767ee..7ab34df762e7dc6c7dbbb565eeea876f35b78c68 100644 --- a/opentech/apply/funds/templates/funds/submissions_by_round.html +++ b/opentech/apply/funds/templates/funds/submissions_by_round.html @@ -7,10 +7,6 @@ <div class="admin-bar"> <div class="admin-bar__inner admin-bar__inner--with-button"> <div> - <a href="{% url "apply:submissions:overview" %}" class="admin-bar__link"> - <svg><use xlink:href="#arrow"></use></svg> - Submissions - </a> <h1 class="gamma heading heading--no-margin heading--bold">{{ object }}</h1> <p class="admin-bar__meta">{% if object.fund %}{{ object.fund }} | {% endif %}Lead: {{ object.lead }}</p> </div> diff --git a/opentech/static_src/src/sass/apply/components/_admin-bar.scss b/opentech/static_src/src/sass/apply/components/_admin-bar.scss index 4da0302445d2ad6ea12643c3ece3cd5abe44faec..d0205e57e6f7ad01da7578b0a794fc47a577d21c 100644 --- a/opentech/static_src/src/sass/apply/components/_admin-bar.scss +++ b/opentech/static_src/src/sass/apply/components/_admin-bar.scss @@ -29,27 +29,6 @@ } } - &__link { - display: inline-flex; - align-items: center; - color: $color--white; - opacity: .8; - transition: opacity $quick-transition; - font-size: 14px; - font-weight: $weight--semibold; - - &:hover { - opacity: 1; - } - - svg { - width: 30px; - height: 30px; - fill: $color--white; - margin-right: 5px; - } - } - &__meta { margin: 0 0 10px; } diff --git a/opentech/templates/includes/sprites.html b/opentech/templates/includes/sprites.html index 47242061fdef0944c6af3a145407ec16c84e5d37..b952c2e9570347fb06605d39f5bbe2b88d03c791 100644 --- a/opentech/templates/includes/sprites.html +++ b/opentech/templates/includes/sprites.html @@ -296,9 +296,4 @@ <symbol id="padlock" viewBox="0 0 64 64"> <g id="Icon-Lock" transform="translate(284 430)"><path class="st0" d="M-237.7-401.3h-3v-6.4c0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3v6.4h-3v-6.4c0-7.9 6.4-14.3 14.3-14.3s14.3 6.4 14.3 14.3v6.4" id="Fill-66"/><path class="st0" d="M-239.2-374.1h-25.6c-2.6 0-4.8-2.2-4.8-4.8v-19.2c0-2.6 2.2-4.8 4.8-4.8h25.6c2.6 0 4.8 2.2 4.8 4.8v19.2c0 2.7-2.2 4.8-4.8 4.8zm-25.6-25.6c-.9 0-1.6.7-1.6 1.6v19.2c0 .9.7 1.6 1.6 1.6h25.6c.9 0 1.6-.7 1.6-1.6v-19.2c0-.9-.7-1.6-1.6-1.6h-25.6z" id="Fill-67"/><path class="st0" d="M-248.8-393.3c0 1.8-1.4 3.2-3.2 3.2s-3.2-1.4-3.2-3.2 1.4-3.2 3.2-3.2 3.2 1.5 3.2 3.2" id="Fill-68"/><path class="st0" id="Fill-69" d="M-251.2-393.3h-1.6l-1.6 9.6h4.8l-1.6-9.6"/></g> </symbol> - - <symbol id="arrow" viewBox="0 0 24 24"> - <path d="M0 0h24v24H0z" fill="none" /> - <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> - </symbol> </svg>