/*
Theme Name: OGO (Child Theme)
Description: Creative & Colorful Multipurpose WordPress Theme
Theme URI: http://ogo.rainbow-themes.net/
Author: Rainbow-Themes
Author URI: https://themeforest.net/user/rb-themes
Version: 1.1.0
License: Envato licence agreement - https://themeforest.net/licenses/terms/regular
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: ogo
Text Domain: ogo

*/ 
/* ---------------------------------------------------------
   去掉下拉子菜单悬停/当前项那条穿过文字的白色横线
   （主题原效果：黄点拉伸成 100% 宽的 2px 白线，落在文字正中，
     视觉上像删除线。保留黄色高亮背景条与未悬停项的小黄点。）
   覆盖 ogo/assets/css/main.css:3456 与 :3257
   --------------------------------------------------------- */
.menu-main-container.header_menu > ul .sub-menu li:hover > a:before,
.menu-main-container.header_menu > ul .sub-menu li.current-menu-item > a:before,
.menu-main-container.header_menu > ul .sub-menu li.current-ancestor > a:before {
    width: 0 !important;
    height: 0 !important;
    background-color: transparent !important;
}
