summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfifteen/css/blocks.css')
-rw-r--r--themes/twentyfifteen/css/blocks.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/themes/twentyfifteen/css/blocks.css b/themes/twentyfifteen/css/blocks.css
index 82563902..fa9d935a 100644
--- a/themes/twentyfifteen/css/blocks.css
+++ b/themes/twentyfifteen/css/blocks.css
@@ -384,8 +384,6 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Button */
.wp-block-button .wp-block-button__link {
- border: 0;
- border-radius: 0;
cursor: pointer;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
@@ -397,13 +395,27 @@ p.has-drop-cap:not(:focus)::first-letter {
vertical-align: baseline;
}
+.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link {
+ border: 0;
+}
+
+.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
+ border-bottom: 2px solid;
+}
+
.wp-block-button__link {
background-color: #333;
color: #fff;
}
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
+ color: #333;
+}
+
.wp-block-button__link:hover,
-.wp-block-button__link:focus {
+.wp-block-button__link:focus,
+.is-style-outline .wp-block-button__link:hover,
+.is-style-outline .wp-block-button__link:focus {
background-color: #707070;
background-color: rgba(51, 51, 51, 0.7);
color: #fff;