Files
FarmMapsLib/projects/common-map/src/fm-map/components/feature-list/feature-list.component.scss
Willem Dantuma a3e14a94cc
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
Remove old theming, use correct theme colors and a friendlier icon
2020-02-22 09:45:41 +01:00

16 lines
259 B
SCSS

@import "~bootstrap/scss/bootstrap.scss";
fm-map-feature-list-feature-container {
width: 100%;
pointer-events: none;
}
.row {
border-bottom: 1px solid gray('500');
user-select: none;
}
.row:hover {
background-color: gray('100');
}