Initial commit
This commit is contained in:
17
public/theme/extensions/_listbox.scss
Normal file
17
public/theme/extensions/_listbox.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.p-listbox {
|
||||
.p-listbox-list {
|
||||
.p-listbox-item {
|
||||
.p-ink {
|
||||
background-color: rgba($primaryColor, .16);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
background: $emphasis-lower;
|
||||
|
||||
&.p-highlight {
|
||||
background: rgba($primaryColor, .24);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user