|
@@ -250,7 +250,6 @@ blockquote cite {
|
|
|
/* Buttons */
|
|
|
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
- border-style: none;
|
|
|
cursor: pointer;
|
|
|
display: inline-block;
|
|
|
font-size: 15px;
|
|
@@ -261,36 +260,34 @@ blockquote cite {
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
text-transform: uppercase;
|
|
|
- border-radius: 3px;
|
|
|
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
|
|
|
-webkit-appearance: none;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button .wp-block-button__link:active,
|
|
|
-.wp-block-button .wp-block-button__link:hover,
|
|
|
-.wp-block-button .wp-block-button__link:focus {
|
|
|
- opacity: 0.85;
|
|
|
+.wp-block-button__link {
|
|
|
+ background-color: #15b6b8;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background) {
|
|
|
- background-color: #15b6b8;
|
|
|
+.is-style-outline .wp-block-button__link {
|
|
|
+ border-color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background):focus {
|
|
|
- background-color: #15b6b8;
|
|
|
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
|
|
+ color: #15b6b8;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-text-color),
|
|
|
-.wp-block-button__link:not(.has-text-color):active,
|
|
|
-.wp-block-button__link:not(.has-text-color):focus,
|
|
|
-.wp-block-button__link:not(.has-text-color):hover {
|
|
|
- color: #fff;
|
|
|
+.is-style-outline .wp-block-button__link {
|
|
|
+ box-shadow: none;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background):active,
|
|
|
-.wp-block-button__link:not(.has-background):focus,
|
|
|
-.wp-block-button__link:not(.has-background):hover {
|
|
|
+.entry-content .wp-block-button .wp-block-button__link:active,
|
|
|
+.entry-content .wp-block-button .wp-block-button__link:focus,
|
|
|
+.entry-content .wp-block-button .wp-block-button__link:hover {
|
|
|
background-color: #15b6b8;
|
|
|
+ color: #fff;
|
|
|
+ opacity: 0.85;
|
|
|
}
|
|
|
|
|
|
/* Seperator */
|