.uex-layout-nav {
  position: relative;
  overflow: auto;
  flex: 1;
  background: $uex-layout-nav-bg;
  .uex-layout-nav-scroll-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .list-group-item-action {
    &:not(:hover):not(:focus):not(:active):not(.active) {
      background: $uex-layout-nav-bg;
    }
  }
}

@import "nav/item";
