UI: Implement Web Assets' theme system, and add 'dark' theme #103972
@ -9,10 +9,10 @@
|
||||
.schedule-container
|
||||
&.horizontal
|
||||
|
||||
.event
|
||||
backdrop-filter: brightness(90%)
|
||||
backdrop-filter: brightness(75%)
|
||||
|
||||
&:hover
|
||||
backdrop-filter: brightness(85%)
|
||||
backdrop-filter: brightness(80%)
|
||||
|
||||
|
||||
=theme-light-schedule
|
||||
|
Loading…
Reference in New Issue
Block a user
Any reason to limit this to the horizontal layout? The same concept could be used in the vertical schedule.
Sorry for the late reponse, just noticed the new comments.
I like the idea to display followed/assisting items in the vertical schedule more remarkably, but I think here it should look different, as the vertical layout doesn't have the coloured rows by location. Maybe we should just apply a slightly different tone of grey to highlighted items' backgrounds? Or shall we try to go for location-based colouring here as well, possibly with less saturated tones?
Based on this, I think the existing rule is correct, and we could extend vertical layout styles with additional rules.