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">
+