Skip to content

Commit 9c8ad8c

Browse files
author
Hwashiang Yu
committed
MC-5810: Improve naming of the critical variables/parameters in the code and configuration
- Resolved incorrect less class name
1 parent 9e329d6 commit 9c8ad8c

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_panel.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
display: block;
244244
width: 100%;
245245

246-
.this.menuSectiontitle {
246+
.menu-section-title {
247247
border-bottom: 1px solid @color-brownie-almost;
248248
cursor: pointer;
249249
padding: 9px;
@@ -283,7 +283,7 @@
283283
}
284284

285285
&.active {
286-
.this.menuSectiontitle {
286+
.menu-section-title {
287287
h4 {
288288
color: @color-ivory;
289289
}

0 commit comments

Comments
 (0)