From da654299181388e249ec9b8480be061978986e45 Mon Sep 17 00:00:00 2001 From: Michaela Robosova Date: Thu, 5 Dec 2024 16:28:58 +0100 Subject: [PATCH] Prepend KCard class names with 'k' to prevent from aggressive overrides from global Vuetify styles in Studio, for example when KCard's '.title' styles were changed unexpectedly by the Vuetify '.title' styles. --- lib/cards/KCard.vue | 150 ++++++++++++++++++++-------------------- lib/cards/KCardGrid.vue | 8 +-- 2 files changed, 79 insertions(+), 79 deletions(-) diff --git a/lib/cards/KCard.vue b/lib/cards/KCard.vue index a3f9581d4..913144b51 100644 --- a/lib/cards/KCard.vue +++ b/lib/cards/KCard.vue @@ -5,7 +5,7 @@ to allow for @click.stop on buttons and similar rendered within a card via its slots -->
  • -
    -
    +
    +
    - + {{ title }} @@ -115,7 +115,7 @@
    @@ -125,7 +125,7 @@
    @@ -153,7 +153,7 @@