Minor fix in AI chat file links.

Minor improvements in breeze CSS rules and color scheme translator.
This commit is contained in:
Martín Lucas Golini
2026-02-23 01:05:33 -03:00
parent 7e3d9311f4
commit ccf5a49f88
6 changed files with 24 additions and 24 deletions

View File

@@ -1449,8 +1449,8 @@ void GitPlugin::buildSidePanelTab() {
}
treeview::row:selected treeview::cell.git_highlight_style,
treeview::row:selected treeview::cell.git_highlight_style {
color: var(--list-row-active);
tint: var(--list-row-active);
color: var(--font-selected-pressed);
tint: var(--font-selected-pressed);
}
treeview::cell.git_highlight_style > treeview::cell::icon {
foreground-image: icon(circle, 8dpru), icon(circle-filled, 8dpru);