Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions databricks_notebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,14 +597,6 @@ def _render_translated_model_as_html(model: Dict) -> str:
.unchanged {{
background-color: transparent;
}}
.removed {{
background-color: #ffecec;
color: #d73a49;
}}
.added {{
background-color: #e6ffec;
color: #22863a;
}}
</style>

<p>Translation Status: <span class="status">{status}</span></p>
Expand Down