Skip to content

Commit

Permalink
build: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Uceda committed Oct 26, 2023
1 parent a2e1e27 commit 9afc64e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export const StyledInternalDiffEditor = styled(
}
.diffOverview {
background-color: ${theme.alias.color.background.feedback.neutral.weaker};
background-color: ${theme.alias.color.background.feedback.neutral
.weaker};
// Hide diff viewport slider but keep the area clickable
.diffViewport {
opacity: 0 !important;
Expand Down

0 comments on commit 9afc64e

Please sign in to comment.