-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11087 from AllanOXDi/add_accordion
Build flexible and accessible accordion component
- Loading branch information
Showing
5 changed files
with
493 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,10 @@ | |
}; | ||
</script> | ||
|
||
|
||
<style scoped> | ||
*{ | ||
cursor :pointer; | ||
} | ||
</style> |
73 changes: 20 additions & 53 deletions
73
kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/AccordionContainer.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 17 additions & 24 deletions
41
kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/AccordionItem.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
167 changes: 0 additions & 167 deletions
167
kolibri/plugins/coach/assets/src/views/plan/CreateExamPage/AnswerOption.vue
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.