Skip to content

Commit 7adb3dd

Browse files
fix css
Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>
1 parent 377e598 commit 7adb3dd

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

frontend/src/app/modules/schema-engine/schema-configuration/schema-configuration.component.scss

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,12 @@ form {
403403

404404
*[disabled-dropdown="true"] {
405405
pointer-events: none !important;
406+
407+
&::ng-deep {
408+
.p-dropdown-trigger {
409+
display: none !important;
410+
}
411+
}
406412
}
407413

408414
.rmv-condition-btn {
@@ -419,17 +425,18 @@ form {
419425
}
420426

421427
.if-mode-dropdown {
422-
display: grid;
423-
grid-template-columns: 1fr auto 1fr;
424-
align-items: center;
425-
gap: 1rem;
426-
height: unset;
427-
margin-bottom: 1.5rem;
428-
429-
&::before, &::after {
430-
content: "";
431-
border-top: 2px dashed #A6B3BF;
432-
}
428+
display: grid;
429+
grid-template-columns: 1fr auto 1fr;
430+
align-items: center;
431+
gap: 1rem;
432+
height: unset;
433+
margin-bottom: 1.5rem;
434+
435+
&::before,
436+
&::after {
437+
content: "";
438+
border-top: 2px dashed #A6B3BF;
439+
}
433440
}
434441

435442
.if-text-mode {

0 commit comments

Comments
 (0)