Change TailwindCSS darkMode from default to selector
TailwindCSS default is to set the dark mode based on the `media` strategy `prefers-color-scheme`. Now, `dark:{class}` will check whether the class `gl-dark` (usually on the `<html>` element) instead. Changelog: fixed
显示
- app/assets/javascripts/ci/pipeline_details/graph/components/job_item.vue 1 个添加, 1 个删除...scripts/ci/pipeline_details/graph/components/job_item.vue
- app/assets/javascripts/ci/pipeline_details/graph/components/stage_column_component.vue 2 个添加, 2 个删除...eline_details/graph/components/stage_column_component.vue
- config/tailwind.config.js 1 个添加, 0 个删除config/tailwind.config.js
- spec/frontend/ci/pipeline_details/graph/components/graph_component_spec.js 2 个添加, 2 个删除...pipeline_details/graph/components/graph_component_spec.js
加载中
想要评论请 注册 或 登录