Skip to content

Commit

Permalink
Keep border colors the same as the icons they belong to
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoendergaard committed Nov 16, 2024
1 parent 71e511f commit 1fe9e90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Build/Sources/scss/_field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,13 @@

&--inline {
> .mask-field__dragarea {
border-left: 4px solid var(--mask-color-inline);
border-left: 4px solid var(--mask-color-inline-border);
}
}

&--palette {
> .mask-field__dragarea {
border-left: 4px solid var(--mask-color-palette);
border-left: 4px solid var(--mask-color-palette-border);
}
}
}
4 changes: 2 additions & 2 deletions Build/Sources/scss/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
--mask-webprofil-5: #{darken(#cb002d, 5)};
--mask-webprofil-10: #{darken(#cb002d, 10)};
--mask-highlight-color: light-dark(#eaf4fd, #07070a);
--mask-color-inline: light-dark(#9e97d1, #4e4870);
--mask-color-palette: light-dark(#4e4e4e, #b1b1b1);
--mask-color-inline-border: #9e97d1;
--mask-color-palette-border: #4e4e4e;
--mask-border-color: light-dark(#ccc, #333);
--mask-default-bg: light-dark(#fff, #000);
--mask-default-color: light-dark(#000, #fff);
Expand Down
8 changes: 4 additions & 4 deletions Resources/Public/Styles/mask.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1fe9e90

Please sign in to comment.