Skip to content

Commit e3949c4

Browse files
fix: add disabled state for PRO actions in ActionModal (#1097)
1 parent 691126c commit e3949c4

File tree

2 files changed

+635
-264
lines changed

2 files changed

+635
-264
lines changed

css/settings.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,10 +1895,12 @@ span.error-message .components-external-link .components-visually-hidden{
18951895
border-radius: 8px;
18961896
}
18971897
.popover-action-list ul{
1898+
display: flex;
1899+
flex-direction: column;
1900+
gap: 14px;
18981901
margin: 0;
18991902
}
19001903
.popover-action-list ul li{
1901-
padding-bottom: 13px;
19021904
margin-bottom: 0;
19031905
font-size: 16px;
19041906
font-weight: 400;
@@ -2210,6 +2212,7 @@ li.draggable-item .components-panel__body-toggle.components-button{
22102212
}
22112213
.popover-action-list ul li.fz-action-disabled {
22122214
cursor: not-allowed !important;
2215+
color: #757575;
22132216
}
22142217

22152218
.fz-action-panel .fz-chat-cpt-action .fz-notice-wrap,
@@ -2660,3 +2663,14 @@ li.draggable-item .components-panel__body-toggle.components-button{
26602663
font-size: 16px;
26612664
margin-bottom: 8px;
26622665
}
2666+
2667+
button.feedzy-action-button {
2668+
padding: 0;
2669+
font-size: 16px;
2670+
font-weight: 400;
2671+
background: none;
2672+
border: none;
2673+
width: 100%;
2674+
cursor: pointer;
2675+
height: unset;
2676+
}

0 commit comments

Comments
 (0)