Skip to content

Commit d0edc21

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-34984: Invert new admin styles scope
- CR changes
1 parent af51e8b commit d0edc21

File tree

5 files changed

+322
-266
lines changed

5 files changed

+322
-266
lines changed

app/code/Magento/Downloadable/view/adminhtml/templates/product/edit/downloadable/samples.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$_product = $block->getProduct();
1616
$block->getConfigJson();
1717
?>
18-
<fieldset class="admin__fieldset downloadable-form">
18+
<fieldset class="admin__fieldset downloadable-form">
1919
<div class="admin__field"<?php echo !$block->isSingleStoreMode() ? ' data-config-scope="' . __('[STORE VIEW]') . '"' : ''; ?>>
2020
<label class="admin__field-label" for="downloadable_samples_title"><span><?php echo __('Title')?></span></label>
2121
<div class="admin__field-control">

app/code/Magento/Theme/view/adminhtml/page_layout/admin-2columns-left.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<container name="messages.wrapper" as="messages.wrapper" htmlTag="div" htmlId="messages">
3131
<container name="page.messages" as="page.messages"/>
3232
</container>
33+
<!-- ToDo UI: .col-gutter will be deprecated after #a0c2682 merged -->
3334
<container name="page.main.container" as="page_main_container" htmlId="page:main-container" htmlTag="div" htmlClass="page-columns row row-gutter">
3435
<!-- ToDo UI: remove 'main-col' & 'side-col' class names after new sidebar implemented -->
3536
<container name="main.col" as="main-col" htmlId="container" htmlTag="div" htmlClass="main-col col-m-9 col-m-push-3 col-gutter">

app/design/adminhtml/Magento/backend/web/css/source/forms/_temp.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
top: 1rem;
7878
}
7979
.address-list-item {
80-
background: #F1F1F1;
80+
background: #f1f1f1;
8181
border: 1px solid #d9d2ca;
8282
cursor: pointer;
8383
margin-bottom: -1px;
@@ -118,7 +118,7 @@
118118
}
119119
}
120120
address:first-line {
121-
/* its not work if First Name and Last Name in two lines */
121+
// its not work if First Name and Last Name in two lines
122122
font-weight: bold;
123123
}
124124
address {

0 commit comments

Comments
 (0)