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

View File

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

View File

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

View File

@@ -9,19 +9,19 @@
.activiti-label {
font-weight: bolder;
}
.fix-element-user-list {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.search-text-header {
font-weight: bold;
opacity: 0.54;
}
.search-text-container {
width: 100%;
@@ -29,17 +29,17 @@
line-height: normal;
}
}
.search-list-container {
max-height: 152px;
width: 100%;
overflow-y: auto;
}
adf-people-list /deep/ adf-datatable /deep/ thead {
adf-people-list ::ng-deep adf-datatable ::ng-deep thead {
display: none;
}
.search-list-action-container {
border-top: 1px solid #eee;
text-align: right;
@@ -53,7 +53,7 @@
}
}
}
.people-pic {
background: mat-color($primary);
width: 30px;
@@ -66,12 +66,12 @@
text-transform: uppercase;
vertical-align: text-bottom;
}
.people-img {
border-radius: 90%;
width: 40px;
height: 40px;
vertical-align: middle;
}
}
}
}

View File

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

View File

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

View File

@@ -36,7 +36,7 @@ adf-people ::ng-deep .assignment-top-container{
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;
}
@@ -77,7 +77,7 @@ adf-task-header.assign-edit-view /deep/ adf-card-view /deep/ .adf-property[data-
&-form {
flex-grow: 1;
& /deep/ .adf-form-debug-container {
& ::ng-deep .adf-form-debug-container {
padding: 20px 0 0 0;
.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;
}
}