#2915 Trefferliste - klickbarer Bereich um Bullet-Checkbox

This commit is contained in:
Lorenz Hilpert
2022-03-23 20:09:47 +08:00
parent fd907cf0cc
commit 4fcf9fabbf
4 changed files with 2076 additions and 2485 deletions

View File

@@ -102,6 +102,10 @@
grid-area: item-data-selector;
}
ui-select-bullet {
@apply p-4 -m-4 z-dropdown;
}
@media (min-width: 1025px) {
.item-contributors {
max-width: 780px;

View File

@@ -161,7 +161,7 @@
grid-area: item-select;
ui-select-bullet {
@apply cursor-pointer;
@apply cursor-pointer p-4 -m-4 z-dropdown;
&.disabled {
@apply cursor-not-allowed;

4552
package-lock.json generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -44,7 +44,6 @@
"@microsoft/signalr": "^5.0.10",
"@ng-idle/core": "^8.0.0-beta.4",
"@ng-idle/keepalive": "^8.0.0-beta.4",
"@ngneat/spectator": "^8.0.1",
"@ngrx/component-store": "^11.0.0",
"@ngrx/effects": "^10.0.0",
"@ngrx/entity": "^10.0.0",
@@ -81,7 +80,7 @@
"@angular/cli": "^10.1.2",
"@angular/compiler-cli": "^10.1.2",
"@angular/language-service": "~10.1.2",
"@ngneat/spectator": "^7.1.0",
"@ngneat/spectator": "^8.0.1",
"@ngxs/devtools-plugin": "^3.6.2",
"@ngxs/logger-plugin": "^3.6.2",
"@types/jasmine": "^2.8.16",