Updated design of Other sources field

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-09-28 17:23:53 +02:00
parent e843df75b4
commit 901708b299
2 changed files with 9 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<div class="gh-dashboard-list-item">
<div class="gh-dashboard-list-item-sub gh-dashboard-list-item-sub-source gh-dashboard-list-item-other-source">
<span class="gh-dashboard-list-text" role="button" aria-label="Show sources"
{{on "click" this.openAllSources}}>Other sources</span>
{{on "click" this.openAllSources}}>Other sources <span class="gh-dashboard-list-item-other-source-arrow">→</span></span>
</div>
{{#if (eq @sortColumn "signups")}}
<div class="gh-dashboard-list-item-sub">

View File

@ -1100,6 +1100,14 @@ Dashboard Attribution */
cursor: pointer;
}
.gh-dashboard-list-item-other-source .gh-dashboard-list-item-other-source-arrow {
transition: margin 0.2s ease-in-out;
}
.gh-dashboard-list-item-other-source:hover .gh-dashboard-list-item-other-source-arrow {
margin-left: 4px;
}
.gh-dashboard-list-title svg {
height: 4px;
width: 6.11px;