mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Tiny fix to add transparent border on big metrics so they don't move on selection for new dashboard
refs: https://github.com/TryGhost/Team/issues/1462
This commit is contained in:
parent
df30298651
commit
cc6c0acf55
@ -469,7 +469,7 @@ Dashboard v5 Section Anchor */
|
||||
background: transparent;
|
||||
border-radius: 5px;
|
||||
color: var(--black);
|
||||
/* border: 1px solid #eff2f4; */
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.gh-dashboard5-anchor .gh-dashboard5-stats-button:last-child {
|
||||
@ -480,7 +480,7 @@ Dashboard v5 Section Anchor */
|
||||
color: var(--black);
|
||||
background: var(--white);
|
||||
box-shadow: 0 2px 4px rgb(0 0 0 / 2%);
|
||||
border: 1px solid rgb(235 235 235);
|
||||
border-color: rgb(235 235 235);
|
||||
}
|
||||
|
||||
.gh-dashboard5-anchor .gh-dashboard5-stats.is-solo .gh-dashboard5-stats-button.is-selected {
|
||||
|
Loading…
Reference in New Issue
Block a user