Revert "Fix share buttons: Excluir btn-outline de estilos theme.css"
This reverts commit ce4f31b4b1.
This commit is contained in:
@@ -314,11 +314,11 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
button:not([class*="outline"]),
|
button,
|
||||||
.btn:not([class*="outline"]):not(.btn-close),
|
.btn,
|
||||||
input[type="button"]:not([class*="outline"]),
|
input[type="button"],
|
||||||
input[type="submit"]:not([class*="outline"]),
|
input[type="submit"],
|
||||||
input[type="reset"]:not([class*="outline"]) {
|
input[type="reset"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
@@ -338,10 +338,10 @@ input[type="reset"]:not([class*="outline"]) {
|
|||||||
transition: var(--transition-base);
|
transition: var(--transition-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
button:not([class*="outline"]):hover,
|
button:hover,
|
||||||
.btn:not([class*="outline"]):not(.btn-close):hover,
|
.btn:hover,
|
||||||
input[type="button"]:not([class*="outline"]):hover,
|
input[type="button"]:hover,
|
||||||
input[type="submit"]:not([class*="outline"]):hover,
|
input[type="submit"]:hover,
|
||||||
input[type="reset"]:hover {
|
input[type="reset"]:hover {
|
||||||
background-color: #0b5ed7;
|
background-color: #0b5ed7;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user