Skip to content

Commit

Permalink
[TASK] Adjust workflow related colors for TYPO3 12
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Nov 22, 2024
1 parent 3edca4e commit 47823b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Resources/Private/Sass/Modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,14 @@ label {
--thumb-highlight-size: 0px;
--thumb-highlight-color: light-dark(hsl(0deg 0% 0% / 20%), hsl(0deg 0% 100% / 20%));

.lux--12 & {
--typo3-component-bg: var(--panel-bg);
}

appearance: none;
background: transparent;
border: 0;
box-shadow: none;
display: block;
flex: 1 1 auto;
margin: 1ex 0;
Expand Down
4 changes: 4 additions & 0 deletions Resources/Private/Sass/_Wizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
content: "";
top: 0;
left: 0;

.lux--12 & {
border-left-color: var(--panel-bg);
}
}

.wizard:not(.left-arrow) a:after {
Expand Down
Loading

0 comments on commit 47823b4

Please sign in to comment.