Skip to content

Commit

Permalink
Upgrade govuk_template to version 0.19.1
Browse files Browse the repository at this point in the history
Makes the following changes:

Remove generated gov.uk from relative print links
alphagov/govuk_template#234

Fix extended footer on certain pages
alphagov/govuk_template#177

Degrade gracefully when external JS can’t be loaded
alphagov/govuk_template#248

Add docs for adding tabindex="-1" to fix the skiplink
alphagov/govuk_template#250

Logo fixes
alphagov/govuk_template#237

Remove external links styles
alphagov/govuk_template#231

Don’t include both html5shiv and html5shiv-printshiv
alphagov/govuk_template#254

Update govuk_frontend_toolkit to 5.0.0
alphagov/govuk_template#256

Fixed scala compilation failure for play template
alphagov/govuk_template#261
  • Loading branch information
Guntrisoft committed Dec 2, 2016
1 parent 39c3dce commit 3105ba0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 29 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
govuk_frontend_toolkit (4.16.1)
rails (>= 3.1.0)
sass (>= 3.2.0)
govuk_template (0.18.0)
govuk_template (0.19.1)
rails (>= 3.1)
hashery (2.1.1)
hashie (3.4.4)
Expand Down Expand Up @@ -153,9 +153,9 @@ GEM
mail (2.6.4)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (2.99.2)
mime-types (2.99.3)
mini_portile2 (2.1.0)
minitest (5.9.1)
minitest (5.10.0)
multi_json (1.11.2)
multi_test (0.1.2)
multipart-post (2.0.0)
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
pry-rails (0.3.4)
pry (>= 0.9.10)
puma (3.4.0)
rack (1.6.4)
rack (1.6.5)
rack-contrib (1.2.0)
rack (>= 0.9.1)
rack-test (0.6.3)
Expand Down Expand Up @@ -302,7 +302,7 @@ GEM
structured_warnings (0.2.0)
sys-uname (0.9.0)
ffi (>= 1.0.0)
thor (0.19.1)
thor (0.19.4)
thread_safe (0.3.5)
tilt (2.0.5)
timecop (0.7.4)
Expand Down Expand Up @@ -404,4 +404,4 @@ RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.13.3
1.13.6
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@
background-size: 25px 25px;
}
}

a[rel="external"]:after {
content: none;
}
}
4 changes: 0 additions & 4 deletions app/assets/stylesheets/components/govspeak/_info-notice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
margin: .75em 0;
padding-right: 1em;
}

a[rel="external"] {
display: inline;
}
}


Expand Down
15 changes: 0 additions & 15 deletions app/assets/stylesheets/layout/_common_page_structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,3 @@
@extend %site-width-container;
@extend %contain-floats;
}

.l-footer-meta {
a[rel="external"] {
&:after {
content: "\A0\A0\A0\A0\A0";
background-position: right 3px;
}

&:hover {
&:after {
background-position: right -385px;
}
}
}
}

0 comments on commit 3105ba0

Please sign in to comment.