Skip to content

Commit

Permalink
Paginator focus styles (#389)
Browse files Browse the repository at this point in the history
* Add focus ring to paginator component

* v3.27.1

* Bump patch version
  • Loading branch information
chawes13 authored Feb 6, 2020
1 parent 8102813 commit 514557d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .storybook/styles/components/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@
color: #666;
text-decoration: none;
}

a:focus {
outline: auto;
outline-color: $blue-base;
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpadlab/lp-components",
"version": "3.30.0",
"version": "3.30.1",
"engines": {
"node": "^8.0.0 || ^10.13.0"
},
Expand Down

0 comments on commit 514557d

Please sign in to comment.