$primary = $UI.colors.primary

.root
  overflow hidden

.bar
  background-color transparent

.indicator
  background-color $primary

.label
  &.focused
    color $primary
