This commit is contained in:
parent
6b5be04866
commit
6d2ff690b2
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@
|
|||
flex: 1;
|
||||
min-width: 8px;
|
||||
transition: var(--b3-transition);
|
||||
color: var(--b3-theme-error);
|
||||
color: var(--b3-theme-on-surface);
|
||||
text-align: center;
|
||||
padding: 6px 0;
|
||||
line-height: 18px;
|
||||
|
|
|
@ -288,7 +288,7 @@ const setHTML = (options: {
|
|||
export const disabledForeverProtyle = (protyle: IProtyle) => {
|
||||
disabledProtyle(protyle);
|
||||
if (protyle.breadcrumb) {
|
||||
protyle.breadcrumb.element.querySelector(".b3-button").textContent = window.siyuan.languages["_kernel"][81];
|
||||
protyle.breadcrumb.element.nextElementSibling.textContent = window.siyuan.languages["_kernel"][81];
|
||||
}
|
||||
protyle.element.setAttribute("disabled-forever", "true");
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue