Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Oct 9, 2023
1 parent 7cdf942 commit 15773ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/tooltips/tooltips.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* stylelint-disable primer/spacing */

.tooltipped {
position: relative;
}
Expand Down Expand Up @@ -76,7 +78,6 @@
&::after {
top: 100%;
right: 50%;
// stylelint-disable-next-line primer/spacing
margin-top: 6px;
}
}
Expand All @@ -100,7 +101,6 @@
&::after {
right: 50%;
bottom: 100%;
// stylelint-disable-next-line primer/spacing
margin-bottom: 6px;
}
}
Expand Down Expand Up @@ -128,7 +128,6 @@
&::after {
right: 100%;
bottom: 50%;
// stylelint-disable-next-line primer/spacing
margin-right: 6px;
transform: translateY(50%);
}
Expand All @@ -139,7 +138,6 @@
&::after {
bottom: 50%;
left: 100%;
// stylelint-disable-next-line primer/spacing
margin-left: 6px;
transform: translateY(50%);
}
Expand Down

0 comments on commit 15773ca

Please sign in to comment.