14 lines
231 B
SCSS
14 lines
231 B
SCSS
fm-map-feature-list-feature-container {
|
|
width: 100%;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.row {
|
|
border-bottom: 1px solid var(--bs-gray-500);
|
|
user-select: none;
|
|
}
|
|
|
|
.row.selected {
|
|
background-color: var(--bs-gray-100);
|
|
}
|