Skip to content

Commit

Permalink
v1.10.0 Remove fill styles from JE logo css (#85)
Browse files Browse the repository at this point in the history
* v1.10.0 Remove fill styles from logo css

* v1.10.0 changelog version fix
  • Loading branch information
Mariya Radchuk authored May 21, 2019
1 parent 3c059f0 commit 6a9583b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 0 additions & 9 deletions src/scss/partials/_logo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6a9583b

Please sign in to comment.