Skip to content

Commit

Permalink
ui-manchette: fixes invisible lines in firefox
Browse files Browse the repository at this point in the history
This commit fixes #927.
  • Loading branch information
jacomyal committed Feb 25, 2025
1 parent bff0ee6 commit a84849e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui-manchette/src/styles/waypoint-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.waypoint-wrapper:last-child {
.waypoint {
&::after {
bottom: 16px;
bottom: 15.5px;
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions ui-manchette/src/styles/waypoint.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
&::after {
content: '';
position: absolute;
bottom: 11px;
bottom: 10.5px;
left: 0;
width: 100%;
height: 0.5px;
height: 1px;
@apply bg-grey-40;
}
}
Expand Down Expand Up @@ -89,10 +89,10 @@
content: '';
position: absolute;
display: inline-block;
bottom: 16px;
bottom: 15.5px;
right: -1.625rem;
width: 1.625rem;
height: 0.5px;
height: 1px;
opacity: 0.6;
@apply bg-grey-40;
}
Expand Down

0 comments on commit a84849e

Please sign in to comment.