[ADF-2169] Destination Picker fixes (#2984)

* style and layout fixes for Destination Picker

* fix for binding to private member, remove recent demo

* add 'search results' label, code fixes

* selected icon style fixes

* style fixes

* style fixes

* fix column header align issue

* style fixes for empty content

* icon column style fixes
This commit is contained in:
Denys Vuika
2018-02-22 19:21:10 +00:00
committed by GitHub
parent 1a97cc00c0
commit c915a79342
11 changed files with 176 additions and 162 deletions

View File

@@ -3,6 +3,16 @@
$foreground: map-get($theme, foreground);
$background: map-get($theme, background);
.search-results-label {
font-weight: 600;
font-size: 14px;
font-style: normal;
font-stretch: normal;
line-height: 1.43;
letter-spacing: -0.2px;
color: mat-color($foreground, base, 0.87);
}
.adf-content-node-selector {
&-content {
@@ -44,6 +54,7 @@
}
.adf-toolbar .mat-toolbar {
max-height: 48px;
border-bottom-width: 0;
font-size: 14px;
@@ -81,12 +92,13 @@
.adf-data-table {
border: none;
.adf-no-content-container {
text-align: center;
.adf-datatable-selected > svg {
fill: #00bcd4 !important;
}
thead {
display: none;
.adf-no-content-container {
text-align: center;
border: none !important;
}
.adf-data-table-cell {
@@ -112,7 +124,7 @@
}
}
tbody tr {
.adf-datatable-body .adf-datatable-row {
height: auto !important;
&:first-child {
@@ -151,6 +163,12 @@
&.adf-content-selector-modifier-cell {
display: none;
}
&--image {
padding-left: 16px;
padding-right: 8px;
padding-bottom: 8px;
}
}
}
}