Skip to content

Commit d2541e2

Browse files
zelliottmmalerba
authored andcommitted
Clean up EOL whitespace
1 parent 1936ff8 commit d2541e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/material/core/focus-indicator/_focus-indicator.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
bottom: 0;
2929
left: 0;
3030
}
31-
31+
3232
// By default, all focus indicators are flush with the bounding box of their
3333
// host element. For particular elements (listed below), default inset/offset
3434
// values are necessary to ensure that the focus indicator is sufficiently
@@ -51,7 +51,7 @@
5151

5252
// Render the focus indicator on focus. Defining a pseudo element's
5353
// content will cause it to render.
54-
54+
5555
// For checkboxes, radios, and slide toggles, render the focus indicator
5656
// when the class .cdk-focused is present.
5757
#{$root-selector} .cdk-focused.mat-checkbox &::before,
@@ -65,7 +65,7 @@
6565
// For all other components, render the focus indicator on focus.
6666
#{$root-selector} &:focus::before {
6767
content: '';
68-
}
68+
}
6969
}
7070
}
7171

0 commit comments

Comments
 (0)