#3503140: The Svelte code should not have custom logic for the Gin theme
1 unresolved thread
Merged
requested to merge issue/project_browser-3503140:3503140-Remove-custom-gin-logic-from-svelte into 2.0.x
1 unresolved thread
Closes #3503140
Merge request reports
Activity
added 1 commit
- 9be7537a - Removed more gin logic from the svelte code and added in css rules
40 40 }; 41 41 const { alt, title } = typeToImg[type]; 42 42 let { path } = typeToImg[type]; 43 if ( 44 'gin' in drupalSettings && 45 drupalSettings.gin.darkmode === '1' && 46 type === 'installed' 47 ) { 43 // Change the path when gin dark theme is enabled. 44 if (document.querySelector('.gin--dark-mode') && type === 'installed') { - Resolved by utkarsh_33
added 5 commits
-
e1a82d4f...06846c72 - 3 commits from branch
project:2.0.x
- 8a413c8f - Moved the css related to gin to gin.css file
- daad1be9 - Merging 2.0.x
-
e1a82d4f...06846c72 - 3 commits from branch
added 8 commits
-
daad1be9...44ab29c9 - 7 commits from branch
project:2.0.x
- cd1e3e23 - Merge branch '2.0.x' into 3503140-Remove-custom-gin-logic-from-svelte
-
daad1be9...44ab29c9 - 7 commits from branch
added 3 commits
-
cd1e3e23...04b4ae6b - 2 commits from branch
project:2.0.x
- 2a268e09 - Merge branch '2.0.x' into 3503140-Remove-custom-gin-logic-from-svelte
-
cd1e3e23...04b4ae6b - 2 commits from branch
Please register or sign in to reply