MOBILE-4362 folder: Workaround on folder button while MOBILE-4147

main
Pau Ferrer Ocaña 2023-10-19 12:49:03 +02:00
parent aa96fc45ea
commit 3f69d2785e
1 changed files with 5 additions and 0 deletions

View File

@ -185,4 +185,9 @@
&.indented + ::ng-deep core-course-module.indented ion-card { &.indented + ::ng-deep core-course-module.indented ion-card {
border-top: 1px solid var(--border-color); border-top: 1px solid var(--border-color);
} }
// Hide download folder icon meanwhile MOBILE-4147 is not solved
core-format-text.core-module-description ::ng-deep .description-inner .navitem {
display: none;
}
} }