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
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
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
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
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
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
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
Member

Choose a reason for hiding this comment

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

Copy link
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
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