Skip to content
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
}
}

td {
.admin__field-control {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this class should be added?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @osrecio

I have changed only one file : a34ab10

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update your branch with last changes because I'm viewing 2 files modified in this PR : https://github.com/magento/magento2/pull/17852/files

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Means do you want I will remove that change from my branch?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update your branch 2.2-develop with lasts changes and rebase with your branch and push.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please share with me steps. How can I rebase

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have commit and push changes can you please check once again.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I sent you a ping via EngCom Slack. We can continue by this way.

position: relative;
}
}

th {
color: @color-very-dark-gray-black;
font-size: @font-size__base;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@
@_icon-font-color-hover: @primary__color,
@_icon-font-color-active: @minicart-icons-color
);
&:before {
overflow: visible;
}
}
}
}
Expand Down