diff --git a/src/assets/action.scss b/src/assets/action.scss
index 95204257a1..65a9e60028 100644
--- a/src/assets/action.scss
+++ b/src/assets/action.scss
@@ -76,16 +76,6 @@
white-space: nowrap;
}
- // Handle active state
- &--active {
- background-color: var(--color-primary-element-light);
- color: var(--color-primary-element-light-text);
- border-radius: 6px;
- }
- .active &--active {
- background-color: var(--color-primary-element-light-hover);
- }
-
&__icon {
width: $clickable-area;
height: $clickable-area;
diff --git a/src/components/NcActionButton/NcActionButton.vue b/src/components/NcActionButton/NcActionButton.vue
index 22effb7c73..f2bebab89a 100644
--- a/src/components/NcActionButton/NcActionButton.vue
+++ b/src/components/NcActionButton/NcActionButton.vue
@@ -253,7 +253,9 @@ export default {
{{ text }}
-
+
+
+
@@ -262,6 +264,7 @@ export default {