mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 06:37:13 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
14 lines
565 B
CSS
14 lines
565 B
CSS
html[data-theme="dark"] .monaco-editor .sticky-widget {
|
|
background-color: var(--color-monaco-sticky-header-bg) !important;
|
|
border-bottom: 1px solid var(--color-monaco-sticky-header-border) !important;
|
|
box-shadow: var(--vscode-editorStickyScroll-shadow) 0 4px 2px -2px !important;
|
|
}
|
|
|
|
html[data-theme="dark"] .monaco-editor .sticky-line-content:hover {
|
|
background-color: var(--color-monaco-sticky-header-bg-hover) !important;
|
|
}
|
|
|
|
html[data-theme="dark"] .monaco-editor .sticky-line-root {
|
|
background-color: var(--color-monaco-sticky-header-bg) !important;
|
|
}
|