mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
4c2ff66bdd
commit
77b3635401
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue