Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Fix visual regression for adjacent linked tokens in code block #152

Merged
merged 2 commits into from
Jul 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Assets/css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,6 @@ a {
&:active {
text-decoration: none;
}

& + a {
display: inline-block;
}
}

b,
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#149 by @mattt.
- Fixed declarations for properties without explicit type annotations.
#150 by @mattt.
- Fixed visual regression for adjacent linked tokens in code block.
#152 by @mattt.

## [1.0.0-beta.3] - 2020-05-19

Expand Down
Loading