Skip to content

Commit

Permalink
Merge pull request #978 from equalizedigital/feature/local-dev-branch
Browse files Browse the repository at this point in the history
btn
  • Loading branch information
tronsymphony authored Nov 15, 2023
2 parents 78f34b3 + 2745c4d commit cdffa04
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/editor-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions assets/scss/partials/_blocks-core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@
}
}

.btn-style-link {
padding: 0;
-webkit-appearance: none;
background: transparent;
border: none;
color: inherit;
text-decoration: underline;
color: var(--WCAG-Green, #547C2D);
cursor: pointer;

&:hover {
text-decoration: none;
}
}

.wp-block-button {

&.is-style-outline {
Expand Down

0 comments on commit cdffa04

Please sign in to comment.