Forces radio buttons to be correctly centred (#34389)
This commit is contained in:
@@ -7572,14 +7572,11 @@ a.status-card {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.radio-button__input.checked::before {
|
.radio-button__input.checked::before {
|
||||||
position: absolute;
|
|
||||||
left: 2px;
|
|
||||||
top: 2px;
|
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 12px;
|
width: calc(100% - 4px);
|
||||||
height: 12px;
|
height: calc(100% - 4px);
|
||||||
background: $ui-highlight-color;
|
background: $ui-highlight-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user