@riboseinc/anafero-cli 0.0.23 → 0.0.25

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/bootstrap.css CHANGED
@@ -31053,7 +31053,7 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31053
31053
  }
31054
31054
  .style_floatingSubresourceLink {
31055
31055
  .style_floatingSubresourceLinkAnchor {
31056
- display: block;
31056
+ display: none;
31057
31057
  position: relative;
31058
31058
  left: -1em;
31059
31059
  width: 1em;
@@ -31078,6 +31078,9 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31078
31078
  white-space: nowrap;
31079
31079
  overflow: hidden;
31080
31080
  text-overflow: ellipsis;
31081
+ display: flex;
31082
+ align-items: center;
31083
+ gap: 1em;
31081
31084
  transition: margin-left .5s ease-in-out;
31082
31085
  &.style_withNav {
31083
31086
  margin-left: 330px !important;
@@ -31125,26 +31128,26 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31125
31128
  color: var(--spectrum-accent-color-1000);
31126
31129
  }
31127
31130
  &:active {
31128
- color: var(--spectrum-link-text-color-down);
31131
+ color: var(--spectrum-alias-text-color-down);
31129
31132
  }
31130
31133
  &:focus-visible {
31131
- color: var(--spectrum-link-text-color-key-focus);
31134
+ color: var(--spectrum-alias-text-color-key-focus);
31132
31135
  }
31133
31136
  &.style_is-disabled {
31134
- color: var(--spectrum-link-text-color-disabled);
31137
+ color: var(--spectrum-alias-text-color-disabled);
31135
31138
  }
31136
31139
  }
31137
31140
  .style_resourceBreadcrumbsNav {
31138
31141
  margin: 0.5em 0;
31139
31142
  list-style: none;
31140
31143
  padding: 0;
31141
- color: grey;
31144
+ color: var(--spectrum-alias-text-color-disabled);
31142
31145
  > li {
31143
31146
  display: inline-block;
31144
31147
  > a {
31145
31148
  &:link,
31146
31149
  &:visited {
31147
- color: grey;
31150
+ color: var(--spectrum-alias-text-color-disabled);
31148
31151
  text-decoration: none;
31149
31152
  }
31150
31153
  &:hover {
@@ -31198,6 +31201,10 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31198
31201
  text-align: unset;
31199
31202
  writing-mode: vertical-rl;
31200
31203
  margin-top: 20px;
31204
+ abbr {
31205
+ text-orientation: upright;
31206
+ text-transform: full-width;
31207
+ }
31201
31208
  }
31202
31209
  }
31203
31210
  }