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

Commit b1046bc

Browse files
fix(button): fixes button styles for components that override their default styles
1 parent 3e7ff23 commit b1046bc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/button/button.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ $icon-button-margin: rem(0.600) !default;
151151
-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC');
152152
}
153153

154-
md-icon {
155-
margin-top: 0;
156-
}
157-
158154
&.md-mini {
159155
line-height: $button-fab-mini-line-height;
160156
width: $button-fab-mini-width;

src/components/list/list.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ md-list-item {
5252
text-transform: none;
5353
width: 100%;
5454
white-space: normal;
55+
flex-direction: inherit;
56+
align-items: inherit;
5557
}
5658
&:focus {
5759
outline: none

0 commit comments

Comments
 (0)