Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'latest' into update-image-ampimg
Browse files Browse the repository at this point in the history
  • Loading branch information
sareh authored Jan 9, 2019
2 parents ab5d1cf + 0df49aa commit 15f0392
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/components/psammead-inline-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Description |
|---------|-------------|
| 0.2.0 | [PR#248](https://github.com/BBC-News/psammead/pull/248) Remove top and buttom padding |
| 0.1.3 | [PR#264](https://github.com/BBC/psammead/pull/264) Resolving package-lock issues. |
| 0.1.2 | [PR#245](https://github.com/BBC-News/psammead/pull/245) Ensures documentation consistent across component packages. |
| 0.1.1 | [PR#231](https://github.com/BBC-News/psammead/pull/231) Add link to Storybook to README |
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-inline-link/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/psammead-inline-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/psammead-inline-link",
"version": "0.1.3",
"version": "0.2.0",
"description": "React styled component for an Inline Link",
"main": "dist/index.js",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`InlineLink should render correctly 1`] = `
.c0 {
color: #0F556C;
padding: 2px;
padding: 0 2px;
border-bottom: 1px solid #0F556C;
-webkit-text-decoration: none;
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/psammead-inline-link/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {

const InlineLink = styled.a`
color: ${C_BLUEJAY};
padding: 2px;
padding: 0 2px;
border-bottom: 1px solid ${C_BLUEJAY};
text-decoration: none;
&:visited {
Expand Down

0 comments on commit 15f0392

Please sign in to comment.