.p-togglebutton.p-button { &:not(.p-disabled).p-focus { background: $toggleButtonActiveBg; border-color: $toggleButtonActiveBorderColor; &.p-highlight { background: $toggleButtonActiveHoverBg; border-color: $toggleButtonActiveHoverBorderColor; } } }