Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #527 from web-illinois/patch-2.16
Browse files Browse the repository at this point in the history
Fix clickable card override, breadcrumb on safari
  • Loading branch information
bryanjonker-illinois authored Jan 22, 2024
2 parents 6fe250f + 63c19c7 commit 7339cbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "il-toolkit",
"version": "2.16.0",
"version": "2.16.1",
"description": "Web toolkit",
"repository": "https://github.com/web-illinois/toolkit",
"author": "Web Implementation Guidelines Group",
Expand Down
1 change: 0 additions & 1 deletion src/css/components/_clickable-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ il-clickable-card,
width: 16px;
display: var(--il-clickable-card-post-display);
margin-left: 4px;
display: inline;
position: absolute;
margin-top: 6px;
background-color: var(--il-clickable-card-heading-color);
Expand Down
1 change: 1 addition & 0 deletions src/js/components/breadcrumbs/page.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default css`
position: relative;
display: inline-block;
height: 8px;
width: 8px;
padding: 0 4px;
}
.separator svg {
Expand Down

0 comments on commit 7339cbb

Please sign in to comment.