From 9474b574ad78dcf0bf70db2e1b6efd9894c9f972 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Fri, 25 Nov 2022 16:45:21 +0100 Subject: [PATCH] Do not apply button to `td.actions` icons --- app/webpacker/css/admin/v2/components/buttons.scss | 2 +- app/webpacker/css/admin/v2/components/tables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/webpacker/css/admin/v2/components/buttons.scss b/app/webpacker/css/admin/v2/components/buttons.scss index 36e9a7198b..0607d20868 100644 --- a/app/webpacker/css/admin/v2/components/buttons.scss +++ b/app/webpacker/css/admin/v2/components/buttons.scss @@ -8,7 +8,7 @@ select[type="button"], .select2-container-multi [type="button"].select2-choices, button, .button, -.actions a, +.actions a:not([class*="icon-"]), .admin__section-header .ofn-drop-down // Same behavior as the button { &:not(.disabled):not([disabled]) { diff --git a/app/webpacker/css/admin/v2/components/tables.scss b/app/webpacker/css/admin/v2/components/tables.scss index a56fa31798..c5229cf15d 100644 --- a/app/webpacker/css/admin/v2/components/tables.scss +++ b/app/webpacker/css/admin/v2/components/tables.scss @@ -55,7 +55,7 @@ table th.actions, table td.actions { // Special for icons in the actions column [class*="icon-"].no-text { - border-color: $v2-blue-light; + border: 2px solid $v2-blue-light; background-color: $v2-blue-lightest; &:hover {