mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
remove deep combinator (#2457)
This commit is contained in:
committed by
Popovics András
parent
c338e6913a
commit
7647f97dda
@@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
|
@@ -9,19 +9,19 @@
|
|||||||
.activiti-label {
|
.activiti-label {
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fix-element-user-list {
|
.fix-element-user-list {
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-text-header {
|
.search-text-header {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-text-container {
|
.search-text-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@@ -29,17 +29,17 @@
|
|||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-list-container {
|
.search-list-container {
|
||||||
max-height: 152px;
|
max-height: 152px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-list-action-container {
|
.search-list-action-container {
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.people-pic {
|
.people-pic {
|
||||||
background: mat-color($primary);
|
background: mat-color($primary);
|
||||||
width: 30px;
|
width: 30px;
|
||||||
@@ -66,12 +66,12 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.people-img {
|
.people-img {
|
||||||
border-radius: 90%;
|
border-radius: 90%;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user