Skip to content

Commit 23b58c1

Browse files
VladimirZaetsdavemacaulay
authored andcommitted
ENGCOM-4156: Rename LESS var names
1 parent afff5a8 commit 23b58c1

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
user-select: none;
122122

123123
.search-results-empty {
124-
color: @color-darkie-gray;
124+
color: @color-darker-gray;
125125
font-size: 12px;
126126
padding: 12px;
127127
text-align: center;
@@ -159,7 +159,7 @@
159159
width: 100%;
160160
}
161161
a {
162-
color: @color-darkie-gray;
162+
color: @color-darker-gray;
163163
display: inline-block;
164164
font-size: 12px;
165165
line-height: 16px;
@@ -192,7 +192,7 @@
192192
padding: 14px 10px;
193193

194194
a {
195-
color: @color-darkie-gray;
195+
color: @color-darker-gray;
196196
display: inline-block;
197197
font-size: 12px;
198198
line-height: 16px;

0 commit comments

Comments
 (0)