/* TDesign 样式覆盖 */

/* Menu 选中状态 - 主要按钮样式（light 主题） */
/* 注意：TDesign 的 light 主题使用 .t-default-menu，没有 .t-menu--light 类 */

/* 一级菜单项选中状态 */
.t-default-menu:not(.t-menu--dark) .t-menu__item.t-is-active:not(.t-is-opened),
.t-default-menu:not(.t-menu--dark) .t-menu__item.t-is-active:not(.t-is-opened):hover {
  background-color: var(--td-brand-color) !important;
  color: #ffffff !important;
}

.t-default-menu:not(.t-menu--dark) .t-menu__item.t-is-active:not(.t-is-opened) .t-icon,
.t-default-menu:not(.t-menu--dark) .t-menu__item.t-is-active:not(.t-is-opened):hover .t-icon {
  color: #ffffff !important;
}

/* 子菜单选中状态 */
.t-default-menu:not(.t-menu--dark) .t-submenu.t-is-active > .t-menu__item,
.t-default-menu:not(.t-menu--dark) .t-submenu.t-is-active > .t-menu__item:hover {
  background-color: var(--td-brand-color) !important;
  color: #ffffff !important;
}

.t-default-menu:not(.t-menu--dark) .t-submenu.t-is-active > .t-menu__item .t-icon {
  color: #ffffff !important;
}
