From d13db665eed53f24db84102a25a9f91e21a5b3a7 Mon Sep 17 00:00:00 2001
From: Viet An
Date: Fri, 22 May 2026 08:42:20 +0700
Subject: [PATCH] changes
---
app/components/datatable/ContextMenu.vue | 58 ++++++++++++------------
1 file changed, 28 insertions(+), 30 deletions(-)
diff --git a/app/components/datatable/ContextMenu.vue b/app/components/datatable/ContextMenu.vue
index af12237..91fa172 100644
--- a/app/components/datatable/ContextMenu.vue
+++ b/app/components/datatable/ContextMenu.vue
@@ -40,13 +40,13 @@
-->
@@ -58,13 +58,13 @@
@@ -76,13 +76,13 @@
@@ -94,13 +94,13 @@
@@ -112,13 +112,13 @@
@@ -130,13 +130,13 @@
@@ -148,14 +148,14 @@
@@ -167,13 +167,13 @@
@@ -185,13 +185,13 @@
@@ -203,13 +203,13 @@
@@ -227,7 +227,7 @@
@@ -238,7 +238,7 @@
>
-
+
@@ -653,14 +653,12 @@ p.control {
}
}
-.tabs {
- --bulma-tabs-toggle-link-active-background-color: var(--bulma-link-90);
- --bulma-tabs-toggle-link-active-border-color: var(--bulma-link-90);
- --bulma-tabs-toggle-link-active-color: var(--bulma-link-25);
-}
-
.button.is-primary.is-outlined:hover {
- --bulma-button-border-width: max(1px, 0.0625em); /* same as not-hovered */
+ /* TODO: make it global: when outlined,
+ border width shouldn't change, background-color should change */
+
+ --bulma-button-border-width: max(1px, 0.0625em);
+ /* same as not-hovered */
background-color: var(--bulma-primary-95);
}