Do not apply button to td.actions icons

This commit is contained in:
Jean-Baptiste Bellet
2022-11-25 16:45:21 +01:00
parent 98b9395c31
commit 9474b574ad
2 changed files with 2 additions and 2 deletions

View File

@@ -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]) {

View File

@@ -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 {