.m-toolbar {
  .tab.selected {
    background: rgba(248, 247, 247, 1);
  }

  .tab:hover {
    .x-button {
      visibility: visible;
    }
  }
}