Closed ttytm closed 1 year ago
The change of background color for the darkest
panels must have slipped my gaze. I thought I properly split that replace action for both panel variants. Only the color property should have been added next to merging the duplicate selector. I'll correct that when I have a free moment today.
Sorry but you're using an old version of gnome. Since gnome 43 the menus are different
It's not that I'm using an old version of gonme the PR was just made before gnome 43 👍
Si, sorry I wan't too clear. It's just that it's no longer the latest version, so I'm focused on gnome 44 now. Sorry for the delay :cry:
Currently, using a dark variant, opening a dropdown in a pop menu results in bad visibility of the parent menu item (with a
dark
panel theme) or invisibly (when using adarkest
theme). It uses the same dark color as the light theme, but on a dark background. Here is a quick example of the current state.https://user-images.githubusercontent.com/34311583/183301684-aef48322-0ccc-46d8-8097-17a9ef498698.mp4
In contrast, the light theme:
This commit fixes by applying the active item font color to those parent elements. Result:
Additionally, a duplicate CSS selector that was declared twice in the block of the added style property was merged.