themes: Remove unused grid color in System theme

Per Anders Jonsson, removing this fixes
the issue with the grid colors on System
themes. As it does not work anyway
(the grid would be red if it did) and the
theme code is much better than it was
six years ago, lets remove it.
This commit is contained in:
Alx Sa 2024-09-05 02:08:06 +00:00
parent 4c2ff66bdd
commit 77b3635401
1 changed files with 0 additions and 5 deletions

View File

@ -121,11 +121,6 @@ entry.italic {
font-style: italic;
}
.grid {
/* why does this not work */
color: rgba (1.0, 0.0, 0.0, 1.0);
}
tooltip decoration {
box-shadow: 0px 0px;
}