Skip to content

Commit c764f61

Browse files
authored
Merge pull request #358 from Nirvan-Bobde30/appsThemePackage#438
Improved : upgraded apps-theme-package to v1.4.0 (dxp-438)
2 parents 5fd15a7 + 51cae8f commit c764f61

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@capacitor/ios": "^2.5.0",
1919
"@casl/ability": "^6.0.0",
2020
"@hotwax/app-version-info": "^1.0.0",
21-
"@hotwax/apps-theme": "^1.3.0",
21+
"@hotwax/apps-theme": "^1.4.0",
2222
"@hotwax/dxp-components": "1.20.0",
2323
"@hotwax/oms-api": "1.14.0",
2424
"@ionic/core": "8.4.2",

src/views/settings.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,4 @@ export default defineComponent({
208208
align-items: center;
209209
padding: var(--spacer-xs) 10px 0px;
210210
}
211-
/* Added conditional hiding in standalone mode that respects user permissions */
212-
@media (display-mode: standalone) {
213-
[standalone-hidden] {
214-
display: none;
215-
}
216-
}
217211
</style>

0 commit comments

Comments
 (0)