Fix: Some css issues after updating the ngx-datatable

This commit is contained in:
Sercan Yemen 2017-11-04 14:00:26 +03:00
parent f013b2b667
commit d2bfc152a0
2 changed files with 12 additions and 1 deletions

View File

@ -55,6 +55,7 @@
min-height: 48px; min-height: 48px;
transition: none; transition: none;
padding: 0 24px; padding: 0 24px;
overflow: hidden;
} }
} }
} }
@ -82,6 +83,16 @@
.datatable-pager { .datatable-pager {
margin: 0 0 0 24px; margin: 0 0 0 24px;
.pager {
li {
a {
text-decoration: none !important;
}
}
}
} }
} }
} }

View File

@ -1,6 +1,6 @@
<!-- SIDENAV HEADER --> <!-- SIDENAV HEADER -->
<div fxLayout="column" fxLayoutAlign="space-between start" <div fxLayout="column" fxLayoutAlign="space-between start"
class="header p-24 pb-4 mat-accent-bg" class.gt-md="header p-24 pb-4 white-fg"> class="header p-24 pb-4" ngClass="mat-accent-bg" ngClass.gt-md="white-fg">
<div class="logo" fxFlex fxLayout="row" fxLayoutAlign="start center"> <div class="logo" fxFlex fxLayout="row" fxLayoutAlign="start center">
<mat-icon class="logo-icon s-32" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'50ms',scale:'0.2'}}">check_box</mat-icon> <mat-icon class="logo-icon s-32" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'50ms',scale:'0.2'}}">check_box</mat-icon>
<span class="logo-text" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'100ms',x:'-25px'}}">To-do</span> <span class="logo-text" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'100ms',x:'-25px'}}">To-do</span>