Skip to content

Commit b30d5c8

Browse files
06bJ-Sek
andauthored
fix(VCard): render border in forced-colors mode (#21968)
Co-authored-by: J-Sek <[email protected]>
1 parent 5586b2e commit b30d5c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/vuetify/src/components/VCard/VCard.sass

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,11 @@
203203
pointer-events: none
204204
opacity: 0
205205
transition: opacity 0.2s ease-in-out
206+
207+
@media (forced-colors: active)
208+
.v-card
209+
&:not(
210+
&--variant-text,
211+
&--variant-plain
212+
)
213+
border: thin solid

0 commit comments

Comments
 (0)