Files
btpxpress-frontend/public/theme/extensions/_togglebutton.scss

11 lines
314 B
SCSS
Executable File

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