@sumaris-net/ngx-components 1.19.13 → 1.19.14-rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.19.13",
4
+ "version": "1.19.14-rc1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -1066,15 +1066,15 @@ mat-button-toggle.mat-button-toggle-checked.mat-button-toggle-disabled {
1066
1066
  }
1067
1067
 
1068
1068
  // --- mat-tab-group component
1069
- mat-tab-group.mat-tab-group-header-hidden .mat-tab-header {
1070
- display: none !important;
1069
+ mat-tab-group.mat-tab-group-header-hidden > .mat-tab-header {
1070
+ display: none;
1071
1071
  }
1072
- mat-tab-group.mat-tab-group-header-pagination-hidden .mat-tab-header-pagination {
1073
- display: none !important;
1072
+ mat-tab-group.mat-tab-group-header-pagination-hidden > .mat-tab-header-pagination {
1073
+ display: none;
1074
1074
  }
1075
1075
 
1076
- mat-tab-group.mat-tab-disabled-hidden .mat-tab-disabled {
1077
- display: none !important;
1076
+ mat-tab-group.mat-tab-disabled-hidden > .mat-tab-disabled {
1077
+ display: none;
1078
1078
  }
1079
1079
 
1080
1080
  // --------------------------------------------------