Files
btpxpress-frontend/public/theme/extensions/_togglebutton.scss
2025-10-01 01:39:07 +00:00

11 lines
314 B
SCSS

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