dify/web/app/styles/monaco-sticky-fix.css
yyh b2dacf0718
chore(tailwind-css): migrate to css first (#35754)
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>
2026-05-06 04:28:11 +00:00

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;
}