You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/shared/sidebar/file-search/filter-dialog/filter-expression-list-item/filter-expression-list-item...

38 lines
604 B
SCSS

@import "src/colors";
mat-list {
height: 100%;
width: 100%;
display: block;
background-color: $background;
padding: 0;
border-radius: 0.25em;
}
mat-list-item.or-filter-list-item {
padding: 0.5em 0;
height: 100%;
width: 100%;
border-collapse: collapse;
cursor: pointer;
user-select: none;
::ng-deep .mat-list-item-content {
padding-right: 0;
margin-right: 0;
}
}
.selected {
background-color: $background-lighter-10;
}
app-selectable {
width: 100%;
height: 100%;
}
.or-combinator {
color: $accent-lighter-10;
}