mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Updated design of Other sources field
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
e843df75b4
commit
901708b299
@ -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">
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user