File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed
app/code/Magento/PageBuilder
view/adminhtml/web/css/source/content-type/slider Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 86
86
<element name =" tabHeaderItemActive" type =" button" selector =" (//div[@data-role='tabs']//descendant::*[@role='tablist'])/li[{{arg1}}][contains(@class, 'ui-state-active')]" parameterized =" true" />
87
87
<element name =" tabPanel" type =" button" selector =" (//div[@class='tabs-content']//div[@role='tabpanel'])[{{arg1}}]" parameterized =" true" />
88
88
<element name =" tabContent" type =" button" selector =" div.tabs-content div[data-role=tab-item]:nth-child({{arg1}})" parameterized =" true" />
89
- <element name =" tabContentBackgroundColor" type =" button" selector =" (//div[@class='tabs-content']//div[@data-role='tab-item'])[{{arg1}}][contains(@style, 'background-color: {{arg2}}')]" parameterized =" true" />
90
- <element name =" tabContentBackgroundAttachment" type =" button" selector =" (//div[@class='tabs-content']//div[@data-role='tab-item'])[{{arg1}}][contains(@style, 'background-attachment: {{arg2}}')]" parameterized =" true" />
91
- <element name =" tabContentBackgroundPosition" type =" button" selector =" (//div[@class='tabs-content']//div[@data-role='tab-item'])[{{arg1}}][contains(@style, 'background-position: {{arg2}}')]" parameterized =" true" />
92
- <element name =" tabContentBackgroundSize" type =" button" selector =" (//div[@class='tabs-content']//div[@data-role='tab-item'])[{{arg1}}][contains(@style, 'background-size: {{arg2}}')]" parameterized =" true" />
93
- <element name =" tabContentBackgroundRepeat" type =" button" selector =" (//div[@class='tabs-content']//div[@data-role='tab-item'])[{{arg1}}][contains(@style, 'background-repeat: {{arg2}}')]" parameterized =" true" />
94
89
<element name =" container" type =" button" selector =" (//div[@class='tabs-content']//div[@data-role='tab-item'])[{{arg1}}]" parameterized =" true" />
95
90
<element name =" containerStyle" type =" button" selector =" (//div[@class='tabs-content']//div[@data-role='tab-item'])[{{arg1}}][contains(@style,'{{arg2}}')]" parameterized =" true" />
96
91
<element name =" noMinHeight" type =" button" selector =" (//div[@class='tabs-content']//div[@data-role='tab-item'])[{{arg1}}][not(contains(@style,'min-height:'))]" parameterized =" true" />
Original file line number Diff line number Diff line change 885
885
<!-- Check that tab was rendered on the stage-->
886
886
<comment userInput =" Check that tab was rendered on the stage" stepKey =" commentCheckingThatTabAreRenderedOnTHeStage" />
887
887
<see selector =" {{TabOnStorefront.tabHeader('1')}}" userInput =" {{PageBuilderTabNameRandom1.value}}" stepKey =" seeTab1TitleStorefront2" />
888
- <seeElement selector =" {{TabOnStorefront.tabContentBackgroundColor ('1', PageBuilderTabBackgroundColorPink.rgb)}}" stepKey =" seeTab1BackgroundColor2" />
888
+ <seeElement selector =" {{TabOnStorefront.backgroundColor ('1', PageBuilderTabBackgroundColorPink.rgb)}}" stepKey =" seeTab1BackgroundColor2" />
889
889
<actionGroup ref =" openOptionsMenu" stepKey =" openEditMenuOnStage3" >
890
890
<argument name =" contentType" value =" PageBuilderBlockContentType" />
891
891
<argument name =" contentTypeIndex" value =" 1" />
896
896
<comment userInput =" Verify Block On Store front" stepKey =" commentCheckingThatImageIsNotRenderedOnTheStoreFront" />
897
897
<amOnPage url =" $$createCMSPage.identifier$$" stepKey =" amOnPageTestPage" />
898
898
<see selector =" {{TabOnStorefront.tabHeader('1')}}" userInput =" {{PageBuilderTabNameRandom1.value}}" stepKey =" seeTab1TitleStorefront" />
899
- <seeElement selector =" {{TabOnStorefront.tabContentBackgroundColor ('1', PageBuilderTabBackgroundColorPink.rgb)}}" stepKey =" seeTab1BackgroundColor" />
899
+ <seeElement selector =" {{TabOnStorefront.backgroundColor ('1', PageBuilderTabBackgroundColorPink.rgb)}}" stepKey =" seeTab1BackgroundColor" />
900
900
<see userInput =" $$createPreReqBlock.content$$" stepKey =" seeBlockContentOnCmsStage1" />
901
901
</test >
902
902
<test name =" AddBlockWithEmptyImageToCmsPage" >
Original file line number Diff line number Diff line change 3
3
// * See COPYING.txt for license details.
4
4
// */
5
5
6
+ @ccc : #ccc ;
7
+ @b3 : #b3b3b3 ;
8
+
6
9
//
7
10
// Default appearance styles
8
11
// _____________________________________________
9
12
10
13
[data- role= ' slider' ],
11
14
.pagebuilder-content-type.pagebuilder-slider {
12
- border : none ;
13
- transition : none ;
14
15
-moz-transition : none ;
15
16
-o-transition : none ;
16
17
-webkit-transition : none ;
18
+ border : none ;
19
+ transition : none ;
17
20
18
21
.slider-container {
19
22
.pagebuilder-system-border ;
37
40
}
38
41
39
42
& :hover {
40
- box-shadow : none ;
41
- transition : none ;
42
43
-moz-transition : none ;
43
44
-o-transition : none ;
44
45
-webkit-transition : none ;
46
+ box-shadow : none ;
47
+ transition : none ;
45
48
46
49
.slider-container {
47
50
.pagebuilder-system-border-hover ;
348
351
width : 14px ;
349
352
350
353
& :hover {
351
- border : 1px solid #b3b3b3 ;
354
+ border : 1px solid @b3 ;
352
355
}
353
356
354
357
& :active ,
361
364
362
365
& .slick-active {
363
366
button {
364
- background : #1c1918 ;
367
+ background : @color-pagebuilder-darkest-gray ;
365
368
border : none ;
366
369
}
367
370
}
You can’t perform that action at this time.
0 commit comments