Contribution Date
Technology
Contribution Project
Contribution Details
I checked this issue and followed all the steps mentioned.
The "Add Paragraph" button does not look like other buttons in the Adminimal theme after applying the #4 patch.
Adding a new patch to fix the issue.
Please check and review the below code:
.paragraphs-dropbutton-wrapper .button.button--small {
background-color: #f9f9f9;
border-radius: 0;
font-weight: 600;
padding: 4px 1.5em;
border-color: #a6a6a6;
font-size: 0.875rem;
text-shadow: none;
background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
transition: all, 0.2s;
}
.paragraphs-dropbutton-wrapper .button.button--small:hover,
.paragraphs-dropbutton-wrapper .button.button--small:focus {
background-color: #FFFFFF;
border-color: #008ee6;
}
+ Needs review
Before:
After applying the new patch:
Issue Status
Needs Review
Contribution Issue Link
Files count
3
Patches count
1