MOBILE-3757 course: Display completion button in uppercase
parent
0da8be81e7
commit
f85a6f570d
|
@ -1,5 +0,0 @@
|
||||||
:host {
|
|
||||||
ion-button {
|
|
||||||
text-transform: none;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -25,7 +25,6 @@ import { CoreEventObserver, CoreEvents } from '@singletons/events';
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'core-course-module-manual-completion',
|
selector: 'core-course-module-manual-completion',
|
||||||
templateUrl: 'core-course-module-manual-completion.html',
|
templateUrl: 'core-course-module-manual-completion.html',
|
||||||
styleUrls: ['module-manual-completion.scss'],
|
|
||||||
})
|
})
|
||||||
export class CoreCourseModuleManualCompletionComponent implements OnInit, OnChanges, OnDestroy {
|
export class CoreCourseModuleManualCompletionComponent implements OnInit, OnChanges, OnDestroy {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue