diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-30 13:57:18 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-02 14:28:23 +0100 |
commit | 16ccaea6fd30c97f179af18f5e393ef88434f6b4 (patch) | |
tree | 2568bfa8510089c6d26234b8dfae7aeb5b88285b /web/cobrands/sass/_layout.scss | |
parent | 4204675024cd7d336280c43e3aa986d70bddd06a (diff) |
Fix/tidy front-only hover behaviour.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 1955c6660..e996dd123 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -132,6 +132,14 @@ h1 { span { color:$primary; } + /* Stop mobile-only things */ + span.report-a-problem-btn { + cursor: auto; + } + span.report-a-problem-btn:hover { + background-color: transparent; + color: $primary; + } } // .content Is the white box |