Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 2402943

Browse files
committed
Remove deprecated vertical button styles
PiperOrigin-RevId: 200758447
1 parent 07c6307 commit 2402943

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

lib/material_button/_mixins.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ $button-hovered-background: rgba(158, 158, 158, .20);
2929
$button-disabled-color-dark: rgba(255, 255, 255, $mat-dark-opacity-lightest);
3030
$button-disabled-background-dark: rgba(255, 255, 255, $mat-divider-opacity);
3131

32-
// TODO(google): Eventually move to _typography.
33-
$mat-font-size-icon-label: 8px;
34-
3532
// Private used for external mixin, and button-base only.
3633
@mixin _button-raised {
3734
@include material-shadow;
@@ -184,22 +181,6 @@ $mat-font-size-icon-label: 8px;
184181
.content {
185182
padding: $mat-grid;
186183
}
187-
188-
// @deprecated. Please use the vertical-icon-button mixin instead.
189-
&[vertical] {
190-
font-size: $mat-font-size-icon-label;
191-
192-
.content {
193-
flex-direction: column;
194-
195-
::ng-deep > {
196-
material-icon,
197-
glyph {
198-
margin-bottom: $mat-grid-type;
199-
}
200-
}
201-
}
202-
}
203184
}
204185

205186
&[clear-size] {

0 commit comments

Comments
 (0)