Skip to content

Commit

Permalink
Merge branch 'release-54.17.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 31, 2024
2 parents 29cb21c + 0d82724 commit 9951fc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion views/css/tao-main-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/css/tao-main-style.css.map

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions views/scss/inc/solar/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,9 @@ body.solar-design {
background-color: var(--color-brand-light);

&.partial {
background-color: var(--color-brand-light);
color: var(--color-gs-dark-secondary);
border-color: var(--color-gs-dark-secondary);
background-color: var(--color-gs-light-alternative-bg);
}
}
.select2-search-choice-close {
Expand Down Expand Up @@ -701,11 +703,11 @@ body.solar-design {
}

button span.icon-save::before {
@include icon-sd-save;
@include icon-sd-save;
}

.property-adder span.icon-property-add::before {
@include icon-plus;
@include icon-plus;
}

span.icon-import::before {
Expand Down

0 comments on commit 9951fc4

Please sign in to comment.