Skip to content

Commit

Permalink
Merge pull request #1244 from valtimo-platform/cherry-pick/fe-bugfixes
Browse files Browse the repository at this point in the history
Cherry pick/fe bugfixes
  • Loading branch information
ThomasMinkeRitense authored Oct 17, 2024
2 parents 455d772 + dae4999 commit ec6c5d0
Show file tree
Hide file tree
Showing 26 changed files with 10,799 additions and 4,211 deletions.
7,008 changes: 2,830 additions & 4,178 deletions package-lock.json

Large diffs are not rendered by default.

43 changes: 12 additions & 31 deletions projects/valtimo/components/assets/css/compatibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

@import './formio-carbon';

/* Carbon */

body {
Expand Down Expand Up @@ -157,13 +159,6 @@ valtimo-modal {
valtimo-searchable-dropdown-select h5 {
color: var(--cds-text-secondary) !important;
}

.formio-component-textfield input {
background-color: var(--cds-field-02) !important;
border: none !important;
border-bottom: 1px solid var(--cds-border-strong) !important;
border-radius: 0;
}
}
}

Expand Down Expand Up @@ -368,13 +363,6 @@ label.col-form-label {
color: var(--cds-text-secondary) !important;
}

input {
&.form-control {
border: 1px solid var(--cds-border-subtle) !important;
background-color: var(--cds-field-02) !important;
}
}

.table.table-striped {
background-color: var(--cds-layer-accent);
font-weight: 700;
Expand All @@ -400,9 +388,6 @@ valtimo-list {
.search-holder {
border-bottom: 1px solid var(--cds-border-subtle) !important;
}
input.form-control {
border: 1px solid var(--cds-border-subtle);
}
.container-fluid {
background-color: var(--cds-layer);
}
Expand Down Expand Up @@ -575,12 +560,6 @@ valtimo-dossier-assign-user {
font-size: 1rem !important;
}

.form-control {
font-size: 1rem;
height: 2.5rem;
padding: 4px 12px;
}

label {
margin-bottom: 8px !important;
}
Expand Down Expand Up @@ -711,14 +690,6 @@ valtimo-dossier-widgets-container {
}
}

.formio-component-textField,
.form-control {
color: var(--cds-text-secondary) !important;
input::placeholder {
color: var(--cds-text-secondary) !important;
}
}

valtimo-form-link-process-diagram,
valtimo-analyse-process-diagram {
.container-fluid {
Expand All @@ -731,3 +702,13 @@ valtimo-analyse-process-diagram {
background-color: var(--cds-field) !important;
}
}

/* Below overrides fix position of overlay elements like select boxes inside cds modals */

.cds--modal-container {
transform: none !important;
}

.cds--modal-header {
position: relative !important;
}
Loading

0 comments on commit ec6c5d0

Please sign in to comment.