mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Reverted UI changes to post metrics export button in post list
Refs https://github.com/TryGhost/Team/issues/2780 - This functionality is being moved to Settings > Analytics
This commit is contained in:
parent
a1815cd6d6
commit
f21917697d
2 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin: 0 12px;
|
||||
margin: 0 16px;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
|
|
@ -351,7 +351,7 @@ svg.gh-btn-icon-right {
|
|||
}
|
||||
|
||||
.gh-btn-action-icon {
|
||||
margin-right: 12px
|
||||
margin-right: 10px
|
||||
}
|
||||
|
||||
.gh-btn-action-icon svg {
|
||||
|
@ -366,8 +366,7 @@ svg.gh-btn-icon-right {
|
|||
|
||||
.gh-btn-action-icon svg path,
|
||||
.gh-btn-action-icon svg circle {
|
||||
stroke: var(--black);
|
||||
stroke-width: 1.7px;
|
||||
stroke: currentColor;
|
||||
}
|
||||
|
||||
.gh-btn-label-green {
|
||||
|
|
Loading…
Add table
Reference in a new issue