Skip to content
Snippets Groups Projects
Commit ea57e0ff authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Not adding 'All' to the autocomplete select boxes (i.e. review fields)

parent 1fcccb30
No related branches found
No related tags found
2 merge requests!1390Catch up with Main,!1333Not adding 'All' to the autocomplete select boxes (i.e. review fields)
Pipeline #9693 passed
......@@ -13,14 +13,16 @@
}
}
mat-option:last-child:before {
content: 'All (';
}
.mat-select-panel-wrap {
mat-option:last-child:before {
content: 'All (';
}
mat-option:last-child:after {
content: ')';
}
mat-option:last-child:after {
content: ')';
}
mat-option:last-child .mat-option-text {
flex-grow: 0;
mat-option:last-child .mat-option-text {
flex-grow: 0;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment