Skip to content

Commit 14f32ba

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-35182: The link of "URL" type breaks "edit Downloadable" Backend page
1 parent e8d7d6a commit 14f32ba

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

app/design/adminhtml/Magento/backend/Magento_Downloadable/web/css/source/_module.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@
4646
margin: .5rem 0;
4747
}
4848
.fileinput-button {
49-
float: none;
5049
color: @link__color;
51-
text-decoration: none;
52-
margin: .5rem 0;
5350
cursor: pointer;
51+
display: inline-block;
52+
float: none;
53+
margin: .5rem 0;
54+
text-decoration: none;
5455
&:hover {
5556
color: @link__hover__color;
5657
text-decoration: underline;

app/design/adminhtml/Magento/backend/web/css/override.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4353,11 +4353,12 @@ fieldset[disabled] .admin__control-text + .ui-datepicker-trigger {
43534353
}
43544354
.downloadable-form .files .fileinput-button,
43554355
.downloadable-form .files-wide .fileinput-button {
4356-
float: none;
43574356
color: #007bdb;
4358-
text-decoration: none;
4359-
margin: .5rem 0;
43604357
cursor: pointer;
4358+
display: inline-block;
4359+
float: none;
4360+
margin: .5rem 0;
4361+
text-decoration: none;
43614362
}
43624363
.downloadable-form .files .fileinput-button:hover,
43634364
.downloadable-form .files-wide .fileinput-button:hover {

0 commit comments

Comments
 (0)