mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Removed the white line visible when selecting currency
This commit is contained in:
parent
6b36dfc92f
commit
fcb8a19594
@ -2188,7 +2188,7 @@ p.theme-validation-details {
|
||||
.gh-settings-members-pricelabelcont span,
|
||||
.gh-settings-members-pricelabelcont div {
|
||||
display: inline-block;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.gh-settings-members-pricelabelcont .gh-select svg {
|
||||
@ -2227,12 +2227,12 @@ p.theme-validation-details {
|
||||
position: absolute;
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
top: 1px;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
background: var(--main-color-content-greybg);
|
||||
height: 20px;
|
||||
font-weight: 500;
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.3rem;
|
||||
color: var(--middarkgrey);
|
||||
text-transform: uppercase;
|
||||
pointer-events: none;
|
||||
|
Loading…
Reference in New Issue
Block a user