diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 33c8e594..19dca42c 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,7 +2,16 @@ "permissions": { "allow": [ "Bash(\"/c/Program Files/GitHub CLI/gh.exe\" issue close:*)", - "Bash(git -C \"D:\\_Desarrollo\\02AnalisisDePreciosUnitarios\\analisisdepreciosunitarios.com\" diff --stat)" + "Bash(git -C \"D:\\_Desarrollo\\02AnalisisDePreciosUnitarios\\analisisdepreciosunitarios.com\" diff --stat)", + "Bash(ssh VPSContabo:*)", + "mcp__github__add_issue_comment", + "mcp__github__issue_write", + "mcp__github__list_issues", + "mcp__github__get_me", + "mcp__github__search_repositories", + "WebFetch(domain:stag.analisisdepreciosunitarios.com)", + "Bash(curl:*)", + "Bash(grep:*)" ], "deny": [], "ask": [] diff --git a/wp-content/themes/apus-theme/assets/css/custom-style.css b/wp-content/themes/apus-theme/assets/css/custom-style.css index 557a3955..eb7bbcbd 100644 --- a/wp-content/themes/apus-theme/assets/css/custom-style.css +++ b/wp-content/themes/apus-theme/assets/css/custom-style.css @@ -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 ======================================== */ diff --git a/wp-content/themes/apus-theme/inc/enqueue-scripts.php b/wp-content/themes/apus-theme/inc/enqueue-scripts.php index b00c8064..cc2264d1 100644 --- a/wp-content/themes/apus-theme/inc/enqueue-scripts.php +++ b/wp-content/themes/apus-theme/inc/enqueue-scripts.php @@ -391,7 +391,11 @@ add_action('wp_enqueue_scripts', 'apus_enqueue_theme_styles', 13); /** * Enqueue social share styles + * + * DESHABILITADO: CSS de share buttons debe estar SOLO en style.css + * Ver documentación: theme-documentation/13-componente-share-buttons/CSS-ESPECIFICO.md */ +/* function apus_enqueue_social_share_styles() { // Only enqueue on single posts if (!is_single()) { @@ -409,6 +413,7 @@ function apus_enqueue_social_share_styles() { } add_action('wp_enqueue_scripts', 'apus_enqueue_social_share_styles', 14); +*/ /** * Enqueue APU Tables styles