mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 16:34:50 +00:00
Forces radio buttons to be correctly centred (#34389)
This commit is contained in:
parent
54aefa9014
commit
ff7230df06
1 changed files with 2 additions and 5 deletions
|
@ -7572,14 +7572,11 @@ a.status-card {
|
|||
}
|
||||
|
||||
.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…
Add table
Reference in a new issue