Skip to content

Commit b5953bb

Browse files
LayZeeDKGarbee
authored andcommitted
Added style for unused variable
1 parent 4944037 commit b5953bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/textfield/_textfield.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
min-width: $input-text-button-size;
5151
width: auto;
5252
min-height: $input-text-button-size;
53+
54+
// Align icon button
55+
.mdl-button--icon {
56+
top: $input-text-expandable-icon-top;
57+
}
5358
}
5459

5560
// Styling for the input element.

0 commit comments

Comments
 (0)