|
@@ -368,14 +368,6 @@
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button:hover,
|
|
|
-.wp-block-file .wp-block-file__button:focus,
|
|
|
-.wp-block-file .wp-block-file__button:active {
|
|
|
- background: #222;
|
|
|
- color: #fff;
|
|
|
- outline: 0;
|
|
|
-}
|
|
|
-
|
|
|
.rtl .wp-block-file .wp-block-file__button {
|
|
|
margin-left: 12px;
|
|
|
margin-right: 0;
|
|
@@ -722,39 +714,25 @@
|
|
|
}
|
|
|
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
- border-radius: 0;
|
|
|
- border: 0;
|
|
|
font-weight: bold;
|
|
|
- padding: 6px 12px;
|
|
|
+ padding: 6px 18px;
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button .wp-block-button__link:active,
|
|
|
-.wp-block-button .wp-block-button__link:hover,
|
|
|
-.wp-block-button .wp-block-button__link:focus {
|
|
|
- box-shadow: none;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-button__link:not(.has-background) {
|
|
|
+.wp-block-button__link {
|
|
|
background: #ef7d0b;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-button__link:not(.has-text-color) {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
-.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 {
|
|
|
+ border-color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-button__link:not(.has-background):active,
|
|
|
-.wp-block-button__link:not(.has-background):focus,
|
|
|
-.wp-block-button__link:not(.has-background):hover {
|
|
|
- background: #222;
|
|
|
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
|
|
+ color: #ef7d0b;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
.wp-block-button.alignleft {
|
|
|
margin-left: 0;
|
|
|
}
|