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

Commit 75aa734

Browse files
committed
refactor(card): remove styles for md-actions class
BREAKING CHANGE: Removed support for the `class="md-actions"` inside of an `md-card` template. This is deprecated in favor of using the `<md-card-actions>` element.
1 parent 93e2081 commit 75aa734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card/card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ md-card {
139139
}
140140
}
141141

142-
.md-actions, md-card-actions {
142+
md-card-actions {
143143
margin: $baseline-grid;
144144

145145
&.layout-column {

0 commit comments

Comments
 (0)