chore: use inline sass comments

PiperOrigin-RevId: 549344985
This commit is contained in:
Andrew Jakubowicz 2023-07-19 09:51:01 -07:00 committed by Copybara-Service
parent aea4d5e4fd
commit 45f42f03ce
2 changed files with 4 additions and 8 deletions

View File

@ -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(

View File

@ -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),