@everchron/ec-shards 7.5.9 → 7.5.10
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/dist/ec-shards.common.js +47 -47
- package/dist/ec-shards.common.js.map +1 -1
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.umd.js +47 -47
- package/dist/ec-shards.umd.js.map +1 -1
- package/dist/ec-shards.umd.min.js +2 -2
- package/dist/ec-shards.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/data-list-item/data-list-item.vue +3 -2
package/package.json
CHANGED
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
@import "../../tokens/build/scss/tokens.scss";
|
|
166
166
|
|
|
167
167
|
.ecs-data-list-data{
|
|
168
|
-
a:not(.ecs-button){
|
|
168
|
+
a:not(.ecs-button):not([class^="color-"]){
|
|
169
169
|
color: $color-blue-9;
|
|
170
170
|
cursor: pointer;
|
|
171
171
|
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
&-identifier{
|
|
284
284
|
display: flex;
|
|
285
285
|
justify-content: space-between;
|
|
286
|
-
align-items:
|
|
286
|
+
align-items: start;
|
|
287
287
|
color: $color-gray-9;
|
|
288
288
|
width: 145px;
|
|
289
289
|
min-width: 145px;
|
|
@@ -292,6 +292,7 @@
|
|
|
292
292
|
|
|
293
293
|
&-expand-button{
|
|
294
294
|
margin-left: 16px;
|
|
295
|
+
align-self: center;
|
|
295
296
|
}
|
|
296
297
|
|
|
297
298
|
.collapse-show{
|