Skip to content

Commit c49d767

Browse files
authored
Add focus trapping to resource preview side panel (#5505)
* 000 * fixes tab navigation on VTab * revert pilllow down grade * remove px-2 * Replace custom 'outline-spacing' class with standard 'pa-1 * Fixes tab styling inconsistencies introduced in previous commits.
1 parent 7051861 commit c49d767

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

contentcuration/contentcuration/frontend/channelEdit/components/ResourcePanel.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
slider-color="primary"
7575
>
7676
<VTab
77-
class="px-2"
77+
href="#questions"
78+
class="pa-1"
7879
exact
7980
@change="tab = 'questions'"
8081
>
@@ -86,7 +87,8 @@
8687
/>
8788
</VTab>
8889
<VTab
89-
class="px-2"
90+
href="#details"
91+
class="pa-1"
9092
exact
9193
@change="tab = 'details'"
9294
>

0 commit comments

Comments
 (0)