mirror of
https://github.com/appdev/siyuan-unlock.git
synced 2026-03-10 02:39:02 +08:00
This commit is contained in:
parent
6b5be04866
commit
6d2ff690b2
@ -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…
Reference in New Issue
Block a user