aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-07-10 20:08:37 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-07-10 20:08:37 +0100
commit3f6eb19ac70f4200379a8a57724900eb8c4e2435 (patch)
treefb380de04f52fce242e268aaaabe71ccb895e22f
parent71f4787dce0dec5c2f7157f106a5b539c24c6071 (diff)
[Peterborough,TfL] Remove unneeded CSS.
-rw-r--r--web/cobrands/peterborough/base.scss14
-rw-r--r--web/cobrands/tfl/_colours.scss3
-rw-r--r--web/cobrands/tfl/base.scss4
3 files changed, 2 insertions, 19 deletions
diff --git a/web/cobrands/peterborough/base.scss b/web/cobrands/peterborough/base.scss
index 32d883132..9039cfd87 100644
--- a/web/cobrands/peterborough/base.scss
+++ b/web/cobrands/peterborough/base.scss
@@ -78,20 +78,6 @@ h1, h2 {
font-weight: 700;
}
-a,
-.fake-link {
- color: $link-color;
-
- &:visited {
- color: $link-visited-color;
- }
-
- &:hover,
- &:active {
- color: $link-hover-color;
- }
-}
-
.dz-clickable .dz-message u {
color: $link-color;
}
diff --git a/web/cobrands/tfl/_colours.scss b/web/cobrands/tfl/_colours.scss
index 1cffc3f55..b175dcd26 100644
--- a/web/cobrands/tfl/_colours.scss
+++ b/web/cobrands/tfl/_colours.scss
@@ -33,6 +33,7 @@ $primary_b: $johnston-black;
$primary_text: $johnston-black;
$link-color: $beck-blue;
+$link-text-decoration: 'underline';
$link-hover-color: $blue-dark;
$base_bg: $white;
@@ -73,4 +74,4 @@ $header-top-border: false;
background-color: $white;
box-shadow: none;
padding: 0.4em;
-} \ No newline at end of file
+}
diff --git a/web/cobrands/tfl/base.scss b/web/cobrands/tfl/base.scss
index 43ac90612..2625596d5 100644
--- a/web/cobrands/tfl/base.scss
+++ b/web/cobrands/tfl/base.scss
@@ -55,10 +55,6 @@ h3 {
line-height: 1.238095238em; //26px
}
-a, .fake-link {
- text-decoration: underline;
-}
-
.btn--primary,
.btn,
.green-btn {