Initial commit
This commit is contained in:
13
public/theme/extensions/_selectbutton.scss
Normal file
13
public/theme/extensions/_selectbutton.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.p-selectbutton {
|
||||
.p-button {
|
||||
&:focus {
|
||||
background: $toggleButtonActiveBg;
|
||||
border-color: $toggleButtonActiveBorderColor;
|
||||
|
||||
&.p-highlight {
|
||||
background: $toggleButtonActiveHoverBg;
|
||||
border-color: $toggleButtonActiveHoverBorderColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user