diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-06-08 10:55:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-06-08 13:26:45 +0100 |
commit | 33a7bf9e0238a6513268ceb44816edf40458834c (patch) | |
tree | ddaffdce0758f6621198930b697eefb8a566b482 /web | |
parent | c659907ae9e15682bd97d5593684242ed5511eca (diff) |
[fixmystreet.com] Fix report a problem bg hover.
The change to background-colour in 35bf6ddb2e meant the normal
hover linear-gradient was overriding.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet.com/layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet.com/layout.scss b/web/cobrands/fixmystreet.com/layout.scss index d8ebf8d63..221694330 100644 --- a/web/cobrands/fixmystreet.com/layout.scss +++ b/web/cobrands/fixmystreet.com/layout.scss @@ -76,6 +76,9 @@ h3, h4, a:hover { @include linear-gradient(#000, #444 10%, #444 95%, #111); } + a.report-a-problem-btn:hover { + background: $primary/1.1; + } } #site-header { |