Commit c470598e authored by imtase's avatar imtase
Browse files

refactor(history): account history interfaces

parent 6636ac44
Loading
Loading
Loading
Loading
+1500 −620

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

−1.02 KiB (247 KiB)

File changed.

No diff preview for this file type.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+5 −1
Original line number Diff line number Diff line
@@ -1573,6 +1573,10 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child,
  background-position: -221px -187px;
}

.no-transition {
  transition: none !important;
}

@keyframes fade-in {
  from {
    opacity: 0;
@@ -2372,7 +2376,6 @@ footer .tsd-legend {
  border: 1px solid #eee;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  overflow-x: auto;
}
.tsd-signature.tsd-kind-icon {
  padding-left: 30px;
@@ -2441,6 +2444,7 @@ footer .tsd-legend {
ul.tsd-descriptions {
  position: relative;
  overflow: hidden;
  transition: height 0.3s;
  padding: 0;
  list-style: none;
}
Loading