File tree Expand file tree Collapse file tree 4 files changed +20
-20
lines changed
Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
117117 translations: {
118118 keyboardNavigation: $t (' package.trends.chart_sr.keyboard_navigation_vertical' ),
119119 tableAvailable: $t (' package.trends.chart_sr.table_available' ),
120- tableCaption: $t (' package.trends.chart_sr.table_caption' )
121- }
120+ tableCaption: $t (' package.trends.chart_sr.table_caption' ),
121+ },
122122 },
123123 userOptions: {
124124 buttons: {
@@ -364,9 +364,9 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
364364
365365<style scoped>
366366:deep(.vue-data-ui-component svg :focus-visible ) {
367- outline : 1px solid var (--accent-color ) !important ;
368- border-radius : 0.1rem ;
369- outline-offset : 3px !important ;
367+ outline : 1px solid var (--accent-color ) !important ;
368+ border-radius : 0.1rem ;
369+ outline-offset : 3px !important ;
370370}
371371:deep(.vue-ui-user-options-button :focus-visible ),
372372:deep(.vue-ui-user-options :first-child:focus-visible ) {
Original file line number Diff line number Diff line change @@ -1392,8 +1392,8 @@ const chartConfig = computed<VueUiXyConfig>(() => {
13921392 translations: {
13931393 keyboardNavigation: $t (' package.trends.chart_sr.keyboard_navigation_horizontal' ),
13941394 tableAvailable: $t (' package.trends.chart_sr.table_available' ),
1395- tableCaption: $t (' package.trends.chart_sr.table_caption' )
1396- }
1395+ tableCaption: $t (' package.trends.chart_sr.table_caption' ),
1396+ },
13971397 },
13981398 chart: {
13991399 height: chartHeight .value ,
@@ -2146,9 +2146,9 @@ watch(selectedMetric, value => {
21462146
21472147<style scoped>
21482148:deep(.vue-data-ui-component svg :focus-visible ) {
2149- outline : 1px solid var (--accent-color ) !important ;
2150- border-radius : 0.1rem ;
2151- outline-offset : 0 ;
2149+ outline : 1px solid var (--accent-color ) !important ;
2150+ border-radius : 0.1rem ;
2151+ outline-offset : 0 ;
21522152}
21532153:deep(.vue-ui-user-options-button :focus-visible ),
21542154:deep(.vue-ui-user-options :first-child:focus-visible ) {
Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ const chartConfig = computed<VueUiXyConfig>(() => {
165165 translations: {
166166 keyboardNavigation: $t (' package.trends.chart_sr.keyboard_navigation_horizontal' ),
167167 tableAvailable: $t (' package.trends.chart_sr.table_available' ),
168- tableCaption: $t (' package.trends.chart_sr.table_caption' )
169- }
168+ tableCaption: $t (' package.trends.chart_sr.table_caption' ),
169+ },
170170 },
171171 chart: {
172172 title: {
@@ -680,9 +680,9 @@ const chartConfig = computed<VueUiXyConfig>(() => {
680680}
681681
682682:deep(.vue-data-ui-component svg :focus-visible ) {
683- outline : 1px solid var (--accent-color ) !important ;
684- border-radius : 0.1rem ;
685- outline-offset : 0 !important ;
683+ outline : 1px solid var (--accent-color ) !important ;
684+ border-radius : 0.1rem ;
685+ outline-offset : 0 !important ;
686686}
687687
688688:deep(.vue-ui-user-options-button :focus-visible ),
Original file line number Diff line number Diff line change @@ -317,8 +317,8 @@ const config = computed<VueUiSparklineConfig>(() => {
317317 translations: {
318318 keyboardNavigation: $t (' package.trends.chart_sr.keyboard_navigation_horizontal' ),
319319 tableAvailable: $t (' package.trends.chart_sr.table_available' ),
320- tableCaption: $t (' package.trends.chart_sr.table_caption' )
321- }
320+ tableCaption: $t (' package.trends.chart_sr.table_caption' ),
321+ },
322322 },
323323 theme: ' dark' ,
324324 /**
@@ -509,9 +509,9 @@ const config = computed<VueUiSparklineConfig>(() => {
509509}
510510
511511:deep(.vue-data-ui-component svg :focus-visible ) {
512- outline : 0.1rem solid var (--accent-color ) !important ;
513- border-radius : 0.1rem ;
514- outline-offset : 3px ;
512+ outline : 0.1rem solid var (--accent-color ) !important ;
513+ border-radius : 0.1rem ;
514+ outline-offset : 3px ;
515515}
516516 </style >
517517
You can’t perform that action at this time.
0 commit comments