File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/code/Magento/PageBuilder
view/adminhtml/web/css/source/content-type/slider Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ class Config
85
85
* @param \Magento\PageBuilder\Model\Wysiwyg\InlineEditingSupportedAdapterList $inlineEditingChecker
86
86
* @param \Magento\PageBuilder\Model\WidgetInitializerConfig $widgetInitializerConfig
87
87
* @param array $data
88
+ *
89
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
88
90
*/
89
91
public function __construct (
90
92
\Magento \PageBuilder \Model \ConfigInterface $ config ,
Original file line number Diff line number Diff line change 339
339
width : 14px ;
340
340
button {
341
341
background : transparent ;
342
- border : 1px solid #ccc ;
342
+ border : 1px solid @color-gray ;
343
343
border-radius : 10px ;
344
344
box-shadow : none ;
345
345
cursor : pointer ;
You can’t perform that action at this time.
0 commit comments