mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove >>> in favor of ::ng-deep
fix license check
This commit is contained in:
@@ -40,7 +40,7 @@ this.permissionsStyle.push(new PermissionStyleModel('document-list__create', Per
|
||||
```
|
||||
|
||||
```css
|
||||
adf-document-list >>> adf-datatable tr.document-list__create {
|
||||
adf-document-list ::ng-deep adf-datatable tr.document-list__create {
|
||||
background: green !important;
|
||||
}
|
||||
```
|
||||
@@ -61,7 +61,7 @@ this.permissionsStyle.push(new PermissionStyleModel('document-list__disable', Pe
|
||||
```
|
||||
|
||||
```css
|
||||
adf-document-list >>> adf-datatable tr.document-list__disable {
|
||||
adf-document-list ::ng-deep adf-datatable tr.document-list__disable {
|
||||
background: red !important;
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user