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:
Peter Zimon 2022-08-16 14:27:22 +02:00
parent 1b6b905dcd
commit e811a75972

View File

@ -60,6 +60,10 @@
right: 0;
}
.gh-tier-actions-menu.closed {
display: none;
}
.gh-tier-card-block {
flex-basis: 30%;
}
@ -164,7 +168,7 @@
justify-content: center;
font-size: 1.3rem;
color: var(--midgrey);
padding: 12px 8px 14px;
padding: 12px 8px;
border-radius: 3px;
min-width: 90px;
min-height: 66px;
@ -200,7 +204,7 @@
}
.gh-tier-card-price .amount {
letter-spacing: -.2px;
letter-spacing: -.7px;
line-height: 1;
margin-right: 2px;
margin-left: 1px;