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 {