remove deep combinator (#2457)

This commit is contained in:
Eugenio Romano
2017-10-11 17:51:45 +01:00
committed by Popovics András
parent c338e6913a
commit 7647f97dda
7 changed files with 24 additions and 24 deletions

View File

@@ -64,18 +64,18 @@ adf-document-list ::ng-deep adf-datatable tr.is-selected .image-table-cell::befo
} }
.adf-files-toolbar { .adf-files-toolbar {
& /deep/ md-toolbar-row { & ::ng-deep md-toolbar-row {
white-space: initial; white-space: initial;
& /deep/ a.adf-breadcrumb-item-anchor { & ::ng-deep a.adf-breadcrumb-item-anchor {
white-space: initial; white-space: initial;
} }
} }
} }
@media (max-width: $minimumDocumentListWidth) { @media (max-width: $minimumDocumentListWidth) {
adf-document-list /deep/ adf-datatable { adf-document-list ::ng-deep adf-datatable {
& /deep/ .adf-data-table-cell--fileSize { & ::ng-deep .adf-data-table-cell--fileSize {
display: none; display: none;
} }
} }
@@ -84,7 +84,7 @@ adf-document-list ::ng-deep adf-datatable tr.is-selected .image-table-cell::befo
width: 100%; width: 100%;
display: block; display: block;
& /deep/ .adf-site-dropdown-list-element { & ::ng-deep .adf-site-dropdown-list-element {
width: 100%; width: 100%;
} }
} }

View File

@@ -1,8 +1,8 @@
adf-datatable /deep/ th span { adf-datatable ::ng-deep th span {
color: #232323; color: #232323;
} }
adf-datatable /deep/ .data-cell { adf-datatable ::ng-deep .data-cell {
cursor: pointer !important; cursor: pointer !important;
} }

View File

@@ -52,7 +52,7 @@
width: calc(100% - 10px); width: calc(100% - 10px);
} }
&-datatable /deep/ table { &-datatable ::ng-deep table {
border: none !important; border: none !important;
tbody td { tbody td {
padding: 0px !important; padding: 0px !important;

View File

@@ -36,7 +36,7 @@
overflow-y: auto; overflow-y: auto;
} }
adf-people-list /deep/ adf-datatable /deep/ thead { adf-people-list ::ng-deep adf-datatable ::ng-deep thead {
display: none; display: none;
} }

View File

@@ -51,7 +51,7 @@
padding: 0px; padding: 0px;
} }
adf-people-list /deep/ adf-datatable /deep/ { adf-people-list ::ng-deep adf-datatable ::ng-deep {
thead { thead {
display: none; display: none;
} }

View File

@@ -1,8 +1,8 @@
adf-datatable /deep/ th span { adf-datatable ::ng-deep th span {
color: #232323; color: #232323;
} }
adf-datatable /deep/ .data-cell { adf-datatable ::ng-deep .data-cell {
cursor: pointer !important; cursor: pointer !important;
} }

View File

@@ -36,7 +36,7 @@ adf-people ::ng-deep .assignment-top-container{
width: auto; width: auto;
} }
adf-task-header.assign-edit-view /deep/ adf-card-view /deep/ .adf-property[data-automation-id="header-assignee"] { adf-task-header.assign-edit-view ::ng-deep adf-card-view ::ng-deep .adf-property[data-automation-id="header-assignee"] {
display: none; display: none;
} }
@@ -77,7 +77,7 @@ adf-task-header.assign-edit-view /deep/ adf-card-view /deep/ .adf-property[data-
&-form { &-form {
flex-grow: 1; flex-grow: 1;
& /deep/ .adf-form-debug-container { & ::ng-deep .adf-form-debug-container {
padding: 20px 0 0 0; padding: 20px 0 0 0;
.mat-slide-toggle { .mat-slide-toggle {
@@ -93,7 +93,7 @@ adf-task-header.assign-edit-view /deep/ adf-card-view /deep/ .adf-property[data-
} }
} }
& /deep/ .mat-tab-label { & ::ng-deep .mat-tab-label {
flex-grow: 1; flex-grow: 1;
} }
} }