Skip to content

Commit

Permalink
chore(styles): remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Sep 19, 2023
1 parent 33cfeeb commit 2a553cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions packages/styles/scss/components/toggle/_toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,17 +205,14 @@
@include circular-skeleton;

border-radius: 50%;

block-size: convert.to-rem(18px);

inline-size: convert.to-rem(18px);
}

.#{$prefix}--toggle--skeleton .#{$prefix}--toggle__skeleton-rectangle {
@include skeleton;

block-size: convert.to-rem(8px);

inline-size: convert.to-rem(24px);
margin-inline-start: convert.to-rem(8px);
}
Expand Down
5 changes: 0 additions & 5 deletions packages/styles/scss/components/tooltip/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ $tooltip-padding-inline: custom-property.get-var(
@include type.type-style('body-01');

padding: $tooltip-padding-block $tooltip-padding-inline;

color: theme.$text-inverse;

max-inline-size: convert.to-rem(288px);
}
}
Expand All @@ -47,9 +45,7 @@ $tooltip-padding-inline: custom-property.get-var(
@include button-reset.reset;

border-radius: 0;

border-block-end: 1px dotted theme.$border-strong;

color: theme.$text-primary;
}

Expand All @@ -67,7 +63,6 @@ $tooltip-padding-inline: custom-property.get-var(
@include type.type-style('body-01');

padding: convert.to-rem(8px) convert.to-rem(16px);

max-inline-size: convert.to-rem(176px);
}
}
Expand Down

0 comments on commit 2a553cd

Please sign in to comment.