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 */
|
||||
button:not([class*="outline"]),
|
||||
.btn:not([class*="outline"]):not(.btn-close),
|
||||
input[type="button"]:not([class*="outline"]),
|
||||
input[type="submit"]:not([class*="outline"]),
|
||||
input[type="reset"]:not([class*="outline"]) {
|
||||
button,
|
||||
.btn,
|
||||
input[type="button"],
|
||||
input[type="submit"],
|
||||
input[type="reset"] {
|
||||
display: inline-block;
|
||||
padding: 0.5rem 1rem;
|
||||
font-family: inherit;
|
||||
@@ -338,10 +338,10 @@ input[type="reset"]:not([class*="outline"]) {
|
||||
transition: var(--transition-base);
|
||||
}
|
||||
|
||||
button:not([class*="outline"]):hover,
|
||||
.btn:not([class*="outline"]):not(.btn-close):hover,
|
||||
input[type="button"]:not([class*="outline"]):hover,
|
||||
input[type="submit"]:not([class*="outline"]):hover,
|
||||
button:hover,
|
||||
.btn:hover,
|
||||
input[type="button"]:hover,
|
||||
input[type="submit"]:hover,
|
||||
input[type="reset"]:hover {
|
||||
background-color: #0b5ed7;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user