Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
v0.17.1 - Updating focus styling (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleynolan authored and DamianMullins committed Oct 24, 2017
1 parent ebc831c commit ed83b8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).


v0.17.1
------------------------------
*October 24, 2017*

### Changed
- `:focus` state updated to be `2px solid` rather than `3px auto` by default.


v0.17.0
------------------------------
*October 20, 2017*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@justeat/fozzie",
"title": "Fozzie – Just Eat UI Web Framework",
"description": "UI Web Framework for the Just Eat Global Platform",
"version": "0.17.0",
"version": "0.17.1",
"files": [
"src"
],
Expand Down
2 changes: 1 addition & 1 deletion src/scss/trumps/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@
/* Custom outline styling for elements that have a focus state */
%u-elementFocus,
.u-elementFocus {
outline: 3px auto $color-focus-outline;
outline: 2px solid $color-focus-outline;
}

0 comments on commit ed83b8d

Please sign in to comment.