Theme version/Build date
"last-edited": 1720030153
Cinnamon version
6.8.0-84-generic
Distribution
Mint 22.2
Graphics hardware and driver used
Intel CometLake-U GT2, i915
Theme name and maintainer
Windows-10-Dark @Elbullazul
What happened?
First off, I love the theme, so thanks!
There seems to be an issue in GTK 3.20 with dropdown box transitions. As the theme is currently configured, dropdown boxes will initially appear truncated, showing 1 - 2.5 entries or quickly selecting something and closing, then will show completely if closed, then opened a second time. I tacked on a couple of pictures - yes, from my phone, as I apparently can't take screenshots when a dropdown list is open.
This issue can be fixed by commenting out a bit of code in the gtk.css files in all GTK 3.20 directories. In this case, there are two: one in the top level of the Windows 10 Dark theme directory, and another in the GTK-3.0 directory (for anyone not familiar).
Problem Code:
decoration {
transition: 200ms ease-out; }
decoration:backdrop {
transition: 200ms ease-out; }
Other information


Theme version/Build date
"last-edited": 1720030153
Cinnamon version
6.8.0-84-generic
Distribution
Mint 22.2
Graphics hardware and driver used
Intel CometLake-U GT2, i915
Theme name and maintainer
Windows-10-Dark @Elbullazul
What happened?
First off, I love the theme, so thanks!
There seems to be an issue in GTK 3.20 with dropdown box transitions. As the theme is currently configured, dropdown boxes will initially appear truncated, showing 1 - 2.5 entries or quickly selecting something and closing, then will show completely if closed, then opened a second time. I tacked on a couple of pictures - yes, from my phone, as I apparently can't take screenshots when a dropdown list is open.
This issue can be fixed by commenting out a bit of code in the gtk.css files in all GTK 3.20 directories. In this case, there are two: one in the top level of the Windows 10 Dark theme directory, and another in the GTK-3.0 directory (for anyone not familiar).
Problem Code:
Other information