mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[affected:*][ci:force] Added pretheme for core as it is mandatory when publishing and rebuilding
This commit is contained in:
parent
a76c3bcb43
commit
42d2fbb022
@ -457,7 +457,7 @@
|
|||||||
"npm-publish": {
|
"npm-publish": {
|
||||||
"builder": "nx:run-commands",
|
"builder": "nx:run-commands",
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"build"
|
"build", "pretheme"
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "dist/libs/core",
|
"cwd": "dist/libs/core",
|
||||||
|
@ -132,7 +132,7 @@
|
|||||||
},
|
},
|
||||||
"npm-publish": {
|
"npm-publish": {
|
||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
"dependsOn": ["build"],
|
"dependsOn": ["build", "pretheme"],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "dist/libs/core",
|
"cwd": "dist/libs/core",
|
||||||
"commands": [
|
"commands": [
|
||||||
|
@ -18,7 +18,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
|||||||
background-color: var(--theme-card-background-color);
|
background-color: var(--theme-card-background-color);
|
||||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
|
||||||
|
|
||||||
& .mdc-tab__text-label {
|
& #{$mat-tab-label-text} {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user