Closed isantop closed 4 years ago
Note: Since the master
branch of this repo currently only builds for groovy, the failed bionic build should not be a problem. It appears to be differences related to sassc
Testing should just be a factor of ensuring there are no apparent regressions in either the GTK or GNOME Shell themes.
The only difference I've spotted so far is when opening icon grid folders, their titles are faded after the change. Before:
After:
That seems like it could be a regression. It looks like the color
line was removed from the .folder-name-label
class in _app-grid.scss
. Looking upstream, I found a merge request where this issue was reported and fixed by adding color: $osd_fg_color;
to the class (where it used to be color: rgba($osd_text_color, 0.8);
in our theme before this PR, and didn't seem to be set upstream before that MR.)
I agree with that assessment. I'll update that.
That fixed the label when viewing the folder. I am also seeing a regression when editing folder names, which was not fixed by that change. It only seems to affect the light theme. Before:
After:
It looks like the highlight color and text color when editing are being taken from the dark theme even when using the light theme.
Actually, it appears they were being taken from the non-editing mode. Since the entry is light-colored, the light text blended in.
Pulls in changes in the base theme from Adwaita 3.38