@ngx-stoui/core 21.0.7 → 21.0.8
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/ngx-datatable.css +2 -1
- package/ngx-stoui.css +2 -1
- package/package.json +1 -1
package/ngx-datatable.css
CHANGED
|
@@ -537,7 +537,8 @@ span.sortable {
|
|
|
537
537
|
cursor: pointer;
|
|
538
538
|
}
|
|
539
539
|
|
|
540
|
-
[data-icon]::before
|
|
540
|
+
.sto-datatable [data-icon]::before,
|
|
541
|
+
.sto-mdl-table [data-icon]::before {
|
|
541
542
|
font-family: "Material Icons" !important;
|
|
542
543
|
content: attr(data-icon);
|
|
543
544
|
font-style: normal !important;
|
package/ngx-stoui.css
CHANGED
|
@@ -1270,7 +1270,8 @@ span.sortable {
|
|
|
1270
1270
|
cursor: pointer;
|
|
1271
1271
|
}
|
|
1272
1272
|
|
|
1273
|
-
[data-icon]::before
|
|
1273
|
+
.sto-datatable [data-icon]::before,
|
|
1274
|
+
.sto-mdl-table [data-icon]::before {
|
|
1274
1275
|
font-family: "Material Icons" !important;
|
|
1275
1276
|
content: attr(data-icon);
|
|
1276
1277
|
font-style: normal !important;
|