Style active sorting in menu, logic for sorting direction
This commit is contained in:
parent
6b0be30adc
commit
de24bbcf99
4 changed files with 42 additions and 23 deletions
|
@ -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 ;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue