mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-13 06:01:37 +08:00
style(next): use the new icon button style for the help buttons associated to switches
This commit is contained in:
parent
67904e16a8
commit
f59515fe36
@ -113,7 +113,7 @@ const TPL = `
|
||||
</div>
|
||||
</label>
|
||||
|
||||
<button class="switch-help-button bx bx-help-circle" type="button" data-help-page="" title="${t("open-help-page")}" style="display: none;"></button>
|
||||
<button class="switch-help-button icon-action bx bx-help-circle" type="button" data-help-page="" title="${t("open-help-page")}" style="display: none;"></button>
|
||||
</div>
|
||||
|
||||
</div>`;
|
||||
|
||||
@ -445,6 +445,12 @@ optgroup {
|
||||
|
||||
}
|
||||
|
||||
/* Switches */
|
||||
|
||||
.switch-widget.component {
|
||||
--icon-button-size: 28px;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
|
||||
body a.tn-link,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user