Comment 1 for bug 1926094

Revision history for this message
Sai Vinoba (saivinob) wrote :

The issue was raised by our community forum user. Following is the work around suggested there, which I confirm works.

1) Add following line to `/usr/share/themes/Yaru-MATE-dark/gtk-3.20/gtk.css` and `/usr/share/themes/Yaru-MATE-dark/gtk-3.20/gtk-dark.css`
2) Restart the mate-session (logout/login)

```
.caja-desktop.view .entry,
.caja-navigation-window .view .entry {
    caret-color: #000;
}
```