-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/dev-2490-refactor-sessionservice-to-…
…return-true-observables-that-also * main: fix(advanced search link): Add route constant (#1238) feat: restore previous advanced search that user executed (#1226) refactor(routing): apply route constants (#1227) chore(main): release 10.24.2 (#1234) fix(date-picker): fix YYYY-MM-dd formatting (#1235) chore: Reconfigure all "zio" endpoints to use the original address (#1222) fix(project): host listener triggers when user types in an input or textarea (#1233) fix(gravsearch-service): incorrect gravsearch generated when searching for a linked property (#1232) chore(main): release 10.24.1 (#1225) fix(advanced-search): generate correct gravsearch for linked resources with property values (#1229) refactor(string literal component): move app string literal component into shared lib (#1209) chore(main): release 10.24.0 (#1218) chore: update dsp-js to v8.3.6 (#1224) feat: dev-2557-update-the-documentation-1 (#1221)
- Loading branch information
Showing
7 changed files
with
88 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 12 additions & 3 deletions
15
...src/lib/ui/property-form/property-form-list-value/property-form-list-value.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 30 additions & 3 deletions
33
...src/lib/ui/property-form/property-form-list-value/property-form-list-value.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,31 @@ | ||
.menu-button { | ||
border: 1px solid; | ||
padding: 0% 2%; | ||
.header { | ||
font-size: 14px; | ||
} | ||
|
||
.dropdown { | ||
width: 44.2%; | ||
cursor: pointer; | ||
color: #737373; | ||
|
||
.container { | ||
display: inline-flex; | ||
align-items: center; | ||
box-sizing: border-box; | ||
width: 100%; | ||
padding: 16px 16px; | ||
|
||
.label { | ||
width: 100%; | ||
color: rgba(32, 32, 32, 0.87); | ||
} | ||
|
||
.icon { | ||
display: inline-flex; | ||
width: 17px; | ||
} | ||
} | ||
|
||
.line { | ||
border-bottom: 1px solid; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters