Skip to content

Commit

Permalink
[Oxfordshire] tidy up report-tools.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Oct 31, 2024
1 parent 5d40fec commit 04a1253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 34 deletions.
10 changes: 5 additions & 5 deletions templates/web/oxfordshire/reports/_rss_other_districts.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<li class="area-report"><a href="#council_wards" id="key-tool-area" class="chevron">View area reports</a></li>
<li class="sub-area-item"><a href="#council_wards" id="key-tool-division" class="chevron">By division</a></li>
<li class="sub-area-item"><a href="#council_parishes" id="key-tool-parish" class="chevron">By parish</a></li>
<li class="sub-area-item"><a href="#council_district_wards" id="key-tool-ward" class="chevron">By ward</a></li>
<li class="sub-area-item"><a href="#council_districts" id="key-tool-district" class="chevron">By district</a></li>
<li class="area-report"><a href="#council_wards" id="key-tool-area" class="has-inline-svg">View area reports<svg role="presentation" aria-hidden="true" width="1.5em" height="1.5em" viewBox="0 0 13 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 0H0L6.5 8L0 16H6.5L13 8L6.5 0Z" fill="currentColor"/></svg></a></li>
<li class="sub-area-item"><a href="#council_wards" id="key-tool-division" class="has-inline-svg">By division <svg role="presentation" aria-hidden="true" width="1.5em" height="1.5em" viewBox="0 0 13 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 0H0L6.5 8L0 16H6.5L13 8L6.5 0Z" fill="currentColor"/></svg></a></li>
<li class="sub-area-item"><a href="#council_parishes" id="key-tool-parish" class="has-inline-svg">By parish <svg role="presentation" aria-hidden="true" width="1.5em" height="1.5em" viewBox="0 0 13 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 0H0L6.5 8L0 16H6.5L13 8L6.5 0Z" fill="currentColor"/></svg></a></li>
<li class="sub-area-item"><a href="#council_district_wards" id="key-tool-ward" class="has-inline-svg">By ward</a> <svg role="presentation" aria-hidden="true" width="1.5em" height="1.5em" viewBox="0 0 13 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 0H0L6.5 8L0 16H6.5L13 8L6.5 0Z" fill="currentColor"/></svg></li>
<li class="sub-area-item"><a href="#council_districts" id="key-tool-district" class="has-inline-svg">By district <svg role="presentation" aria-hidden="true" width="1.5em" height="1.5em" viewBox="0 0 13 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 0H0L6.5 8L0 16H6.5L13 8L6.5 0Z" fill="currentColor"/></svg></a></li>
29 changes: 0 additions & 29 deletions web/cobrands/oxfordshire/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ textarea {

a,
button {
display: block;
background-color: #f5f5f5;
background-repeat: no-repeat;
color: #333 !important;
Expand All @@ -342,34 +341,6 @@ textarea {
background-color: #333;
color: #fff !important;
}

&:after {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin-#{$left}: 0.5em;
vertical-align: -0.25em;
background-size: 112px 16px;
background-repeat: no-repeat;
background-image: url("/cobrands/fixmystreet/images/report-tools.svg");
}

&.abuse:after {
background-position: -96px 0;
}

&.feed:after {
background-position: -64px 0;
}

&.share:after {
background-position: -80px 0;
}

&.chevron:after {
background-position: flip(-16px 0, 0 0);
}
}

.sub-area-item {
Expand Down

0 comments on commit 04a1253

Please sign in to comment.