Skip to content

Commit a42953f

Browse files
refactor: update button
1 parent 4462008 commit a42953f

File tree

2 files changed

+579
-265
lines changed

2 files changed

+579
-265
lines changed

css/settings.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113

114114
.pro-disabled-item {
115115
opacity: 0.6;
116-
cursor: not-allowed;
117116
}
118117

119118
.post-type-feedzy_imports:not(.edit-post) .wrap div#side-sortables{
@@ -2578,4 +2577,15 @@ li.draggable-item .components-panel__body-toggle.components-button{
25782577
.support-box-list > ul{
25792578
grid-template-columns: repeat(2, 1fr);
25802579
}
2580+
}
2581+
2582+
button.action-button {
2583+
padding: 13px 0px;
2584+
height: 0px;
2585+
font-size: 16px;
2586+
font-weight: 400;
2587+
background: none;
2588+
border: none;
2589+
width: 100%;
2590+
cursor: pointer;
25812591
}

0 commit comments

Comments
 (0)