14 lines
274 B
SCSS
Executable File
14 lines
274 B
SCSS
Executable File
.p-picklist {
|
|
.p-picklist-list {
|
|
.p-picklist-item {
|
|
&.p-focus {
|
|
background: $emphasis-lower;
|
|
|
|
&.p-highlight {
|
|
background: rgba($primaryColor, .24);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|