File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2365,6 +2365,10 @@ li.draggable-item .components-panel__body-toggle.components-button{
2365
2365
padding : 24px 0 ;
2366
2366
}
2367
2367
2368
+ .fz-condition-control .is-upsell {
2369
+ opacity : 0.6 ;
2370
+ }
2371
+
2368
2372
.fz-condition-control .components-button {
2369
2373
width : 100% ;
2370
2374
margin : 0 ;
Original file line number Diff line number Diff line change
1
+ /**
2
+ * External dependencies.
3
+ */
4
+ import classNames from 'classnames' ;
5
+
1
6
/**
2
7
* WordPress dependencies.
3
8
*/
@@ -124,7 +129,7 @@ const ConditionsControl = ({
124
129
} ;
125
130
126
131
return (
127
- < div className = " fz-condition-control" >
132
+ < div className = { classNames ( ' fz-condition-control' , { 'is-upsell' : ! window . feedzyData . isPro } ) } >
128
133
< SelectControl
129
134
label = { __ ( 'Include If' , 'feedzy-rss-feeds' ) }
130
135
value = { conditions . match }
You can’t perform that action at this time.
0 commit comments