@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "7.5.9",
3
+ "version": "7.5.10",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -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: center;
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{