@riboseinc/anafero-cli 0.0.40 → 0.0.42

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
@@ -31171,6 +31171,17 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31171
31171
  background: var(--spectrum-alias-background-color-default);
31172
31172
  border: none;
31173
31173
  border-radius: 0;
31174
+ .style_navListViewItemLink {
31175
+ white-space: nowrap;
31176
+ overflow: hidden;
31177
+ text-overflow: ellipsis;
31178
+ &:link,
31179
+ &:hover,
31180
+ &:visited {
31181
+ text-decoration: none;
31182
+ color: inherit;
31183
+ }
31184
+ }
31174
31185
  }
31175
31186
  .style_browserBar {
31176
31187
  position: fixed;
@@ -31189,6 +31200,16 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31189
31200
  display: flex;
31190
31201
  flex-flow: column nowrap;
31191
31202
  align-items: center;
31203
+ .style_browserBarTitleLink {
31204
+ &:link,
31205
+ &:visited {
31206
+ color: inherit;
31207
+ text-decoration: none;
31208
+ }
31209
+ &:hover {
31210
+ text-decoration: underline;
31211
+ }
31212
+ }
31192
31213
  h1 {
31193
31214
  transform: translateX(50%) rotate(-90deg) translateY(-25%) translateX(-100%) translateX(-20px);
31194
31215
  color: var(--spectrum-alias-border-color);