зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1912377 - fix checkbox icon display r=reusable-components-reviewers,tgiles
Differential Revision: https://phabricator.services.mozilla.com/D218933
This commit is contained in:
Родитель
51962b233a
Коммит
4751ccc265
|
@ -57,6 +57,6 @@ input,
|
|||
margin-inline-start: var(--checkbox-space-offset);
|
||||
}
|
||||
|
||||
.text {
|
||||
.label {
|
||||
padding-inline-end: var(--space-xsmall);
|
||||
}
|
||||
|
|
|
@ -150,8 +150,8 @@ export default class MozCheckbox extends MozLitElement {
|
|||
/>
|
||||
<span class="label-content">
|
||||
${this.iconTemplate()}
|
||||
<span>
|
||||
<span class="text">${this.label}</span>
|
||||
<span class="text">
|
||||
<span class="label">${this.label}</span>
|
||||
${this.supportLinkTemplate()}
|
||||
</span>
|
||||
</span>
|
||||
|
|
Загрузка…
Ссылка в новой задаче