Skip to content

Commit 8b46022

Browse files
committed
fix(VTab): correct styles for forced-colors mode
related to #22271
1 parent 828f85e commit 8b46022

File tree

1 file changed

+2
-1
lines changed
  • packages/vuetify/src/components/VTabs

1 file changed

+2
-1
lines changed

packages/vuetify/src/components/VTabs/VTab.sass

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
height: 100%
3434
width: $tab-slider-size
3535

36-
@media (forced-colors: active)
36+
@media (forced-colors: active)
37+
.v-tab
3738
&--selected.v-btn
3839
color: highlight !important
3940

0 commit comments

Comments
 (0)