Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit b6ecc31

Browse files
devversionThomasBurleson
authored andcommitted
fix(autocomplete): fix incorrect height for progress-bar
The current indeterminate class wasn't privatized and that caused the progress bar to have a height of 5px, instead of 3px Fixes #7497 Closes #7504
1 parent 00619c7 commit b6ecc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/autocomplete/autocomplete.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ md-autocomplete {
8282
left: 2px;
8383
width: auto;
8484
}
85-
.md-mode-indeterminate {
85+
._md-mode-indeterminate {
8686
position: absolute;
8787
top: 0;
8888
left: 0;

0 commit comments

Comments
 (0)