mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user