Fixed border radius when only child

refs https://github.com/TryGhost/Team/issues/1727
This commit is contained in:
Djordje Vlaisavljevic 2022-08-23 10:38:29 +02:00
parent 8fe8874393
commit d0e9b4b359

View File

@ -820,6 +820,10 @@ textarea {
border-radius: 0 0 3px 3px;
}
.form-rich-radio .gh-radio:only-child .gh-radio-content {
border-radius: 3px;
}
.form-rich-radio .active .gh-radio-content {
border: 1px solid transparent;
box-shadow: 0px 0px 0px 2px var(--green);