Skip to content

Commit

Permalink
21122 - Add css to disable to disable pointer events (highlight eleme…
Browse files Browse the repository at this point in the history
…nt on tabbing) (bcgov#658)

* 21122 - hide Hide Details button

* 21122 - update package version

* 21122 - remove log statement

* 21122 - add css to disable highlight element on tabbing

* 21122 - disable expansion panel to avoid tabbing

* 21122 - update package version
  • Loading branch information
ketaki-deodhar authored Jun 4, 2024
1 parent 3aa21a2 commit 0796759
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "7.2.8",
"version": "7.2.9",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
10 changes: 4 additions & 6 deletions src/components/Dashboard/FilingHistoryList/FilingTemplate.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<v-expansion-panel class="filing-template">
<v-expansion-panel
class="filing-template py-5 px-6"
:disabled="true"
>
<v-expansion-panel-header>
<div class="item-header d-flex justify-space-between">
<div>
Expand Down Expand Up @@ -180,11 +183,6 @@ export default class FilingTemplate extends Vue {
<style lang="scss" scoped>
@import "@/assets/styles/theme.scss";
.v-expansion-panel {
padding: 1.25rem 1.5rem;
pointer-events: none; // disable expansion generally
}
.item-header {
line-height: 1.25rem;
}
Expand Down

0 comments on commit 0796759

Please sign in to comment.