Style active sorting in menu, logic for sorting direction

This commit is contained in:
Reinout Meliesie 2025-01-19 19:03:30 +01:00
parent 6b0be30adc
commit de24bbcf99
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
4 changed files with 42 additions and 23 deletions

View file

@ -0,0 +1,8 @@
/* TODO: Switch out CSS dynamically on `gtk-application-prefer-dark-theme` property change */
#film-collation-menu row:selected {
background-color : rgb( 0 0 0 / 0.08 ) ;
}
#film-collation-menu row:not(:selected) image {
opacity : 0 ;
}