diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef4349..0781e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +v1.10.0 +------------------------------ +*May 21, 2019* + +### Removed +- Fill colour for JE logo css + v1.9.0 ------------------------------ *May 16, 2019* diff --git a/package.json b/package.json index fa7a25f..8c1614e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@justeat/f-header", "description": "Fozzie Header – Header Component for Just Eat projects", - "version": "1.9.0", + "version": "1.10.0", "main": "dist/js/index.js", "files": [ "dist", diff --git a/src/scss/partials/_logo.scss b/src/scss/partials/_logo.scss index 1feb42f..23c2fa7 100644 --- a/src/scss/partials/_logo.scss +++ b/src/scss/partials/_logo.scss @@ -42,15 +42,6 @@ $logo-color--transparent : $white; height: 32px; } - @if ($theme == 'je') { - path { - fill: $logo-color; - - .c-header--transparent & { - fill: $logo-color--transparent; - } - } - } // Menulog logo, as it has multiple fill values built in. We just hide the outline on transparent mode. @if ($theme == 'ml') { path:first-child {