Skip to content

Commit

Permalink
chore: use inline sass comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 549344985
  • Loading branch information
AndrewJakubowicz authored and copybara-github committed Jul 19, 2023
1 parent aea4d5e commit 45f42f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions button/lib/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
display: inline-flex;
outline: none;
-webkit-tap-highlight-color: transparent;
/**
* Override vertical-align with shortest value "top". Vertical-align's default
* "baseline" value causes buttons to be misaligned next to each other if one
* button has an icon and the other does not.
*/
// Override vertical-align with shortest value "top". Vertical-align's
// default "baseline" value causes buttons to be misaligned next to each
// other if one button has an icon and the other does not.
vertical-align: top;

@include ripple.theme(
Expand Down
4 changes: 1 addition & 3 deletions dialog/lib/_tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ $_fullscreen-tokens: (
fullscreen-container-block-padding: 8px,
);

/**
* Extended token set for dialog.
*/
// Extended token set for dialog.
@function md-comp-dialog-values() {
@return map.merge(
map.merge(tokens.md-comp-dialog-values(), $_tokens),
Expand Down

0 comments on commit 45f42f0

Please sign in to comment.