Merge pull request 'fix bug 75290' (#341) from fix/bug-75290 into hotfix/v9.0.1

This commit is contained in:
Maxim Kadushkin
2025-06-23 10:05:38 +00:00

View File

@ -605,14 +605,14 @@ input[type="radio"] {
position: absolute;
top: 14px;
left: 10px;
padding: 4px 6px 6px;
padding: 0 6px;
border-radius: 6px;
background: conic-gradient(from 225deg at 50% 50%, var(--format-bg-start) 0deg, var(--format-bg-end) 360deg);
span {
color: @text-contrast-background;
font-size: 16px;
line-height: 16px;
line-height: 28px;
font-weight: 700;
}