mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed tier card dropdown link bug
no refs. - There was a bug on the tier cards action menu dropdown in Settings/Membership that the buttons in the dropdown were clickable even when it was closed.
This commit is contained in:
parent
1b6b905dcd
commit
e811a75972
1 changed files with 6 additions and 2 deletions
|
@ -60,6 +60,10 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-tier-actions-menu.closed {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-tier-card-block {
|
.gh-tier-card-block {
|
||||||
flex-basis: 30%;
|
flex-basis: 30%;
|
||||||
}
|
}
|
||||||
|
@ -164,7 +168,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
color: var(--midgrey);
|
color: var(--midgrey);
|
||||||
padding: 12px 8px 14px;
|
padding: 12px 8px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
min-width: 90px;
|
min-width: 90px;
|
||||||
min-height: 66px;
|
min-height: 66px;
|
||||||
|
@ -200,7 +204,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-tier-card-price .amount {
|
.gh-tier-card-price .amount {
|
||||||
letter-spacing: -.2px;
|
letter-spacing: -.7px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue