Fix share buttons: Seguir documentación CSS-ESPECIFICO.md
PROBLEMA: - social-share.css se estaba cargando con CSS adicional no documentado - custom-style.css tenía reglas duplicadas - Múltiples archivos CSS causaban conflictos SOLUCIÓN: - Deshabilitado enqueue de social-share.css en enqueue-scripts.php - Eliminado CSS duplicado de custom-style.css - Mantener SOLO las 2 reglas en style.css según documentación Archivos modificados: - inc/enqueue-scripts.php (deshabilitado líneas 398-416) - assets/css/custom-style.css (eliminado líneas 659-666) Según: theme-documentation/13-componente-share-buttons/CSS-ESPECIFICO.md Solo debe haber 2 reglas CSS + Bootstrap outline classes Fixes #124 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -654,17 +654,11 @@ body {
|
||||
|
||||
/* ========================================
|
||||
SHARE BUTTONS
|
||||
========================================
|
||||
ELIMINADO: CSS movido a style.css según documentación
|
||||
Ver: theme-documentation/13-componente-share-buttons/CSS-ESPECIFICO.md
|
||||
======================================== */
|
||||
|
||||
.share-buttons .btn {
|
||||
transition: all 0.3s ease;
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.share-buttons .btn:hover {
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
/* ========================================
|
||||
VIDEO IFRAME STYLING
|
||||
======================================== */
|
||||
|
||||
Reference in New Issue
Block a user