pinafore/routes/_store/observers
Nolan Lawson 48a1bd47b3
refactor(themes): use CSS specificity order for themes (#684)
The point of this PR is to make it easier to implement scrollbars (#683).

With this PR, the themes move from a body tag-based system (e.g. `body.theme-scarlet`) to a system where they simply declare global CSS and we use CSS specificity order to give us the right theme.
2018-11-24 00:41:36 -08:00
..
autosuggestObservers.js
instanceObservers.js Push notifications (#579) 2018-10-06 13:06:10 -07:00
navObservers.js
notificationObservers.js
notificationPermissionObservers.js fix: fix null reference error in Safari/Edge (#618) 2018-11-05 08:28:38 -08:00
observers.js Push notifications (#579) 2018-10-06 13:06:10 -07:00
onlineObservers.js refactor(themes): use CSS specificity order for themes (#684) 2018-11-24 00:41:36 -08:00
pageVisibilityObservers.js
resizeObservers.js
timelineObservers.js