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);
}