-
Hello, I try to use these selectors, but can't make them appear in compiled CSS:
`:root[data-theme="dark"] {
img.cms-image {
filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(22…
-
Republish `@hig/theme-data-poc` as `@hig/theme-data`.
Republish `@hig/themes` as `@hig/theme-context`.
-
**Description**
The purpose of this feature request is to enhance the user experience by developing a dedicated page that showcases all available themes for invoice generation. This page should be de…
-
**Describe the bug**
Before beta 18 or 19, one could override the `--tblr-font-sans-serif` variable like so:
```
:root {
--tblr-font-sans-serif: 'Inter';
}
```
This is documented he…
mholt updated
15 hours ago
-
**Describe the bug**
- [ ] linetype doesn't work
- [x] color doesn't work if `scales_tmp `is in `draw`
```julia
if !isa(plot_data[:, color_mapper][1], String) && color_type != nonnumeric
…
-
### What value does this module/package add to GovCMS?
This module allows views data to be exported in CSV file format, as opposed to XML or JSON.
Recreating this request form @joshua-graham-adelp…
-
### Problem Statement
Practitioners moving from a datacentre environment currently need to track the success of cloud migrations and identify dual-run cost (post migration) for effective business cas…
-
Tried using:
``` js
const libTheme = getTheme(DEFAULT_OPTIONS);
const customTheme = useTheme({
Table: `
--data-table-library_grid-template-columns: 50% 50px 50px;
`,
});
con…
-
We must change theme before pageload event to avoid theme changing delay.
1. Step
```javascript
if (typeof exports != "undefined") {
module.exports = {
themeChange: themeChange
…
-
If change the theme manually, it can't be reset to auto dark mode that request the dark version of the site via the `prefers-color-scheme` CSS media query.
The desktop browser can reset the theme …