Remove a lot of code redundancy

This commit is contained in:
Patrick Jentsch
2020-01-31 14:14:08 +01:00
parent 87cf04a87f
commit 279cdb70a8
3 changed files with 35 additions and 104 deletions

View File

@ -90,6 +90,9 @@ indicator will show up how the column is sorted right now.; */
.service[data-service]:before {
content: "help";
}
.service[data-service="corpus"]:before {
content: "book";
}
.service[data-service="merge_images"]:before {
content: "burst_mode";
}