mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed border radius when only child
refs https://github.com/TryGhost/Team/issues/1727
This commit is contained in:
parent
8fe8874393
commit
d0e9b4b359
@ -820,6 +820,10 @@ textarea {
|
|||||||
border-radius: 0 0 3px 3px;
|
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 {
|
.form-rich-radio .active .gh-radio-content {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
box-shadow: 0px 0px 0px 2px var(--green);
|
box-shadow: 0px 0px 0px 2px var(--green);
|
||||||
|
Loading…
Reference in New Issue
Block a user