13 lines
344 B
SCSS
Executable File
13 lines
344 B
SCSS
Executable File
.p-selectbutton {
|
|
.p-button {
|
|
&:focus {
|
|
background: $toggleButtonActiveBg;
|
|
border-color: $toggleButtonActiveBorderColor;
|
|
|
|
&.p-highlight {
|
|
background: $toggleButtonActiveHoverBg;
|
|
border-color: $toggleButtonActiveHoverBorderColor;
|
|
}
|
|
}
|
|
}
|
|
} |