11 lines
314 B
SCSS
Executable File
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;
|
|
}
|
|
}
|
|
} |