/* v117 · 所有版本“我的”页下方工具列表统一无边框、无分隔线。 */
html[data-skin] body .phone-shell .mine-tool-list {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html[data-skin] body .phone-shell .mine-tool-list > button,
html[data-skin] body .phone-shell .mine-tool-list > button:first-child,
html[data-skin] body .phone-shell .mine-tool-list > button:last-child,
html[data-skin] body .phone-shell .mine-tool-list > button + button {
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html[data-skin] body .phone-shell .mine-tool-list > button::before,
html[data-skin] body .phone-shell .mine-tool-list > button::after {
  border: 0 !important;
  box-shadow: none !important;
}
