1.b-calendar-nav {
2  .btn {
3    &:hover {
4      background: none;
5      color: theme-color("dark");
6    }
7  }
8}