@@ -44,7 +44,7 @@ router.on('navigate', () => {
4444 ].includes(current ?? '')
4545 }"
4646 :href =" route('overview.day.show', { date })"
47- class =" transition-all duration-200"
47+ class =" transition-[color,background-color,font-weight] duration-200"
4848 prefetch
4949 >
5050 {{ $t('app.day') }}
@@ -58,7 +58,7 @@ router.on('navigate', () => {
5858 'text-primary! font-bold': current === 'overview.week.show'
5959 }"
6060 :href =" route('overview.week.show', { date })"
61- class =" transition-all duration-200"
61+ class =" transition-[color,background-color,font-weight] duration-200"
6262 prefetch
6363 >
6464 {{ $t('app.week') }}
@@ -72,7 +72,7 @@ router.on('navigate', () => {
7272 'text-primary! font-bold': current === 'overview.month.show'
7373 }"
7474 :href =" route('overview.month.show', { date })"
75- class =" transition-all duration-200"
75+ class =" transition-[color,background-color,font-weight] duration-200"
7676 prefetch
7777 >
7878 {{ $t('app.month') }}
@@ -86,7 +86,7 @@ router.on('navigate', () => {
8686 'text-primary! font-bold': current === 'overview.year.show'
8787 }"
8888 :href =" route('overview.year.show', { date })"
89- class =" transition-all duration-200"
89+ class =" transition-[color,background-color,font-weight] duration-200"
9090 prefetch
9191 >
9292 {{ $t('app.year') }}
@@ -104,7 +104,7 @@ router.on('navigate', () => {
104104 )
105105 }"
106106 :href =" route('project.index')"
107- class =" transition-all duration-200"
107+ class =" transition-[color,background-color,font-weight] duration-200"
108108 prefetch
109109 >
110110 <Tag />
@@ -119,7 +119,7 @@ router.on('navigate', () => {
119119 'text-primary! font-bold': current === 'app-activity.index'
120120 }"
121121 :href =" route('app-activity.index')"
122- class =" transition-all duration-200"
122+ class =" transition-[color,background-color,font-weight] duration-200"
123123 prefetch
124124 >
125125 <AppWindowMac />
@@ -138,7 +138,7 @@ router.on('navigate', () => {
138138 ].includes(current ?? '')
139139 }"
140140 :href =" route('absence.show', { date })"
141- class =" transition-all duration-200"
141+ class =" transition-[color,background-color,font-weight] duration-200"
142142 prefetch
143143 >
144144 <TentTree />
@@ -153,7 +153,7 @@ router.on('navigate', () => {
153153 'text-primary! font-bold': current === 'absence.show'
154154 }"
155155 :href =" route('absence.show', { date })"
156- class =" transition-all duration-200"
156+ class =" transition-[color,background-color,font-weight] duration-200"
157157 prefetch
158158 >
159159 {{ $t('app.calendar view') }}
@@ -170,7 +170,7 @@ router.on('navigate', () => {
170170 ].includes(current ?? '')
171171 }"
172172 :href =" route('absence.vacation.index', { date })"
173- class =" transition-all duration-200"
173+ class =" transition-[color,background-color,font-weight] duration-200"
174174 prefetch
175175 >
176176 {{ $t('app.vacation overview') }}
@@ -190,7 +190,7 @@ router.on('navigate', () => {
190190 ].includes(current ?? '')
191191 }"
192192 :href =" route('work-schedule.index')"
193- class =" transition-all duration-200"
193+ class =" transition-[color,background-color,font-weight] duration-200"
194194 prefetch
195195 >
196196 <FileClock />
@@ -207,7 +207,7 @@ router.on('navigate', () => {
207207 )
208208 }"
209209 :href =" route('import-export.index')"
210- class =" transition-all duration-200"
210+ class =" transition-[color,background-color,font-weight] duration-200"
211211 prefetch
212212 >
213213 <FileChartColumn />
@@ -222,7 +222,7 @@ router.on('navigate', () => {
222222 'text-primary! font-bold': current === 'settings.index'
223223 }"
224224 :href =" route('settings.index')"
225- class =" transition-all duration-200"
225+ class =" transition-[color,background-color,font-weight] duration-200"
226226 prefetch
227227 >
228228 <Cog />
@@ -237,7 +237,7 @@ router.on('navigate', () => {
237237 'text-primary! font-bold': current === 'settings.general.edit'
238238 }"
239239 :href =" route('settings.general.edit')"
240- class =" transition-all duration-200"
240+ class =" transition-[color,background-color,font-weight] duration-200"
241241 prefetch
242242 >
243243 {{ $t('app.general') }}
@@ -251,7 +251,7 @@ router.on('navigate', () => {
251251 'text-primary! font-bold': current === 'settings.vacation.edit'
252252 }"
253253 :href =" route('settings.vacation.edit')"
254- class =" transition-all duration-200"
254+ class =" transition-[color,background-color,font-weight] duration-200"
255255 prefetch
256256 >
257257 {{ $t('app.vacation settings') }}
@@ -265,7 +265,7 @@ router.on('navigate', () => {
265265 'text-primary! font-bold': current === 'settings.start-stop.edit'
266266 }"
267267 :href =" route('settings.start-stop.edit')"
268- class =" transition-all duration-200"
268+ class =" transition-[color,background-color,font-weight] duration-200"
269269 prefetch
270270 >
271271 {{ $t('app.auto start/break') }}
0 commit comments