Skip to content

Commit

Permalink
fix(paging): stop css bleed to all md-selects from paging scss (#894)
Browse files Browse the repository at this point in the history
closes #872
  • Loading branch information
emoralesb05 authored Oct 2, 2017
1 parent 556a42c commit 8a9b4db
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/platform/core/paging/paging-bar.component.scss
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
:host {
display: block;
}
.td-paging-bar {
height: 48px;
/deep/ > * {
margin: 0 10px;
.td-paging-bar {
height: 48px;
/deep/ > * {
margin: 0 10px;
}
}
}
[md-icon-button] {
font-size: 12px;
font-weight: normal;
}
/deep/ md-select {
&.mat-select {
padding-top: 0px;
[md-icon-button] {
font-size: 12px;
font-weight: normal;
}
& {
.mat-select-trigger {
min-width: 44px;
font-size: 12px;
/deep/ md-select {
&.mat-select {
padding-top: 0px;
}
.mat-select-underline {
display: none;
& {
.mat-select-trigger {
min-width: 44px;
font-size: 12px;
}
.mat-select-underline {
display: none;
}
}
}
}

0 comments on commit 8a9b4db

Please sign in to comment.