[Glitch] Forces radio buttons to be correctly centred
Port ff7230df065461ad3fafefdb974f723641059388 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
568d6a9eac
commit
4f759ad2c3
@ -7985,14 +7985,11 @@ img.modal-warning {
|
||||
}
|
||||
|
||||
.radio-button__input.checked::before {
|
||||
position: absolute;
|
||||
left: 2px;
|
||||
top: 2px;
|
||||
content: '';
|
||||
display: block;
|
||||
border-radius: 50%;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
width: calc(100% - 4px);
|
||||
height: calc(100% - 4px);
|
||||
background: $ui-highlight-color;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user