From 700bf849221a5388994de9fc35c59d7b9b39664b Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Wed, 25 Oct 2023 08:28:00 +0700 Subject: [PATCH] fix conflix tailwind.css --- src/assets/css/style.css | 2 -- src/assets/css/tailwind.css | 2 +- src/components/Pages/Gangguan/Daftar/Data_1.vue | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 23af27c..fb72f88 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -809,13 +809,11 @@ select { font-size: 0.75rem; line-height: 1rem; font-weight: 600; - color: rgb(46 53 54 / var(--tw-text-opacity)); --tw-text-opacity: 1; color: rgb(75 85 99 / var(--tw-text-opacity)); } .group:hover .aside-single-item-inactive { - background-color: rgb(205 222 227 / var(--tw-bg-opacity)); --tw-bg-opacity: 1; background-color: rgb(3 91 113 / var(--tw-bg-opacity)); --tw-text-opacity: 1; diff --git a/src/assets/css/tailwind.css b/src/assets/css/tailwind.css index c41025a..64e37b3 100644 --- a/src/assets/css/tailwind.css +++ b/src/assets/css/tailwind.css @@ -24,7 +24,7 @@ @apply aside-single-item bg-primary-500 text-white font-bold; } .aside-single-item-inactive { - @apply aside-single-item font-semibold text-aside group-hover:bg-primary-100 text-gray-600 group-hover:text-white group-hover:bg-primary-500; + @apply aside-single-item font-semibold text-gray-600 group-hover:text-white group-hover:bg-primary-500; } .aside-single-item-icon{ @apply h-6 w-6; diff --git a/src/components/Pages/Gangguan/Daftar/Data_1.vue b/src/components/Pages/Gangguan/Daftar/Data_1.vue index 905c25a..234d1ad 100644 --- a/src/components/Pages/Gangguan/Daftar/Data_1.vue +++ b/src/components/Pages/Gangguan/Daftar/Data_1.vue @@ -4,6 +4,7 @@ :show-row-lines="showRowLines" :show-borders="showBorders" :row-alternation-enabled="rowAlternationEnabled" :hover-state-enabled="true" @selection-changed="onSelectionChanged"> +